From a0f01b850db57741ae5aaf58a649dd9b18e44f9b Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 27 Dec 2008 20:41:46 +0000 Subject: if we check for half a day delay, we should check every half a day --- manifests/puppetmaster/checklastrun.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/puppetmaster') diff --git a/manifests/puppetmaster/checklastrun.pp b/manifests/puppetmaster/checklastrun.pp index 3c5708c..b28012c 100644 --- a/manifests/puppetmaster/checklastrun.pp +++ b/manifests/puppetmaster/checklastrun.pp @@ -6,7 +6,7 @@ class puppet::puppetmaster::checklastrun { owner => root, group => 0, mode =0700; } file{'/etc/cron.d/puppetlast.cron': - content => "40 22 * * * root /opt/bin/puppetlast" + content => "40 10,22 * * * root /opt/bin/puppetlast" require => File['/opt/bin/puppetlast'], owner => root, group => 0, mode => 0644; } -- cgit v1.2.3