Fix type in crontab for puppetmaster
Change-Id: Ibff4d594a83b0ce9aefc6e5968cec648647746b6 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6cba938012
commit
7be50ec892
@ -31,7 +31,7 @@ class openstack_project::puppetmaster (
|
||||
cron { 'updatecloudlauncher':
|
||||
user => 'root',
|
||||
minute => '0',
|
||||
hour => '*/1'
|
||||
hour => '*/1',
|
||||
monthday => '*',
|
||||
month => '*',
|
||||
weekday => '*',
|
||||
|
Loading…
Reference in New Issue
Block a user