summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-27 20:41:46 +0000
committermh <mh@immerda.ch>2008-12-27 20:41:46 +0000
commita0f01b850db57741ae5aaf58a649dd9b18e44f9b (patch)
treecda790a28c236a54a29dbaadeff6ca6cbc8cd574 /manifests/puppetmaster/checklastrun.pp
parent972d1f4b27d89ffcda90b1cbe5e7b1923af62c03 (diff)
if we check for half a day delay, we should check every half a day
Diffstat (limited to 'manifests/puppetmaster/checklastrun.pp')
-rw-r--r--manifests/puppetmaster/checklastrun.pp2
1 files changed, 1 insertions, 1 deletions
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;
}