Fix type in crontab for puppetmaster

Change-Id: Ibff4d594a83b0ce9aefc6e5968cec648647746b6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-04-18 13:08:44 -04:00
parent 6cba938012
commit 7be50ec892
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class openstack_project::puppetmaster (
cron { 'updatecloudlauncher':
user => 'root',
minute => '0',
hour => '*/1'
hour => '*/1',
monthday => '*',
month => '*',
weekday => '*',