From 7a802f7ca1ed3884f3ec4e14290dd1aa2269f9e4 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 19 Aug 2010 11:11:38 +0200 Subject: fix stupid typo --- manifests/puppetmaster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 { -- cgit v1.2.3