diff options
author | mh <mh@immerda.ch> | 2010-08-19 11:11:38 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-19 11:11:38 +0200 |
commit | 7a802f7ca1ed3884f3ec4e14290dd1aa2269f9e4 (patch) | |
tree | bdefcc0013f83b67fbeb29cb90bae52affc6f476 | |
parent | e7fc192c0964df237306c519a94a42d49fdb8ff9 (diff) |
fix stupid typo
-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 { |