summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {