diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppetmaster.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp index 09c09af..36116b4 100644 --- a/manifests/puppetmaster.pp +++ b/manifests/puppetmaster.pp @@ -14,7 +14,7 @@ class puppet::puppetmaster inherits puppet { case $puppetmaster_checklastrun { - '': { $puppetmaster_checklastrun = '40 10,22 * * *' + '': { $puppetmaster_checklastrun = '40 10,22 * * *' } } if $puppetmaster_checklastrun { |