diff options
author | mh <mh@immerda.ch> | 2010-11-29 23:43:53 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-11-29 23:43:53 +0100 |
commit | 821a6458ae24d58b5d528f2424f7e8129371cbcc (patch) | |
tree | f7524c41e245b3eaad27d54f51667bb637b5fc30 | |
parent | 5e24e0e85d354300078f0b10b80cbc44a0f76f10 (diff) |
by default runy it only once daily
-rw-r--r-- | manifests/puppetmaster.pp | 2 |
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 { |