Merge "Add refreshonly to 'upgrade_subunit2sql_db'"

This commit is contained in:
Jenkins 2014-11-18 22:12:22 +00:00 committed by Gerrit Code Review
commit e2a0759404

View File

@ -31,5 +31,6 @@ class subunit2sql::server (
command => 'subunit2sql-db-manage --config-file /etc/subunit2sql.conf upgrade head',
path => '/usr/local/bin:/usr/bin:/bin/',
subscribe => Package['subunit2sql'],
refreshonly => true,
}
}