summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-11-29 23:43:53 +0100
committermh <mh@immerda.ch>2010-11-29 23:43:53 +0100
commit821a6458ae24d58b5d528f2424f7e8129371cbcc (patch)
treef7524c41e245b3eaad27d54f51667bb637b5fc30 /manifests
parent5e24e0e85d354300078f0b10b80cbc44a0f76f10 (diff)
by default runy it only once daily
Diffstat (limited to 'manifests')
-rw-r--r--manifests/puppetmaster.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 74df5e7..41d8021 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -14,7 +14,7 @@ class puppet::puppetmaster inherits puppet {
case $puppetmaster_lastruncheck_cron {
- '',undef: { $puppetmaster_lastruncheck_cron = '40 10,22 * * *' }
+ '',undef: { $puppetmaster_lastruncheck_cron = '40 10 * * *' }
}
if $puppetmaster_lastruncheck_cron {