Fix lint issues to upgrade to puppet-lint 2.3

2017-07-20 14:36:32.147635 | manifests/db/sync.pp:23:WARNING: arrow should be on the right operand's line

Change-Id: Iae6545268c43952d067d1037a4d71dff6ba82bb7
This commit is contained in:
Carlos Camacho 2017-07-20 20:12:55 +02:00
parent ae0bd7c377
commit 9e70a0c62b
1 changed files with 3 additions and 1 deletions

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',