Merge "Fix lint issues to upgrade to puppet-lint 2.3"

This commit is contained in:
Jenkins 2017-07-22 03:54:23 +00:00 committed by Gerrit Code Review
commit d75511aae3

View File

@ -20,8 +20,10 @@ class mistral::db::sync {
Anchor['mistral::dbsync::begin']
],
notify => Anchor['mistral::dbsync::end'],
} ->
}
exec { 'mistral-db-populate':
require => Exec['mistral-db-sync'],
command => $::mistral::params::db_populate_command,
path => '/usr/bin',
user => 'mistral',