Merge "Fix lint issues to upgrade to puppet-lint 2.3"
This commit is contained in:
commit
d75511aae3
@ -20,8 +20,10 @@ class mistral::db::sync {
|
|||||||
Anchor['mistral::dbsync::begin']
|
Anchor['mistral::dbsync::begin']
|
||||||
],
|
],
|
||||||
notify => Anchor['mistral::dbsync::end'],
|
notify => Anchor['mistral::dbsync::end'],
|
||||||
} ->
|
}
|
||||||
|
|
||||||
exec { 'mistral-db-populate':
|
exec { 'mistral-db-populate':
|
||||||
|
require => Exec['mistral-db-sync'],
|
||||||
command => $::mistral::params::db_populate_command,
|
command => $::mistral::params::db_populate_command,
|
||||||
path => '/usr/bin',
|
path => '/usr/bin',
|
||||||
user => 'mistral',
|
user => 'mistral',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user