summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 01:33:21 +0200
committermh <mh@immerda.ch>2010-08-07 01:33:21 +0200
commitd739d6f348ad16391b5c95761e98b188cfeed848 (patch)
tree18bce8b13867d3f516f3fe8c4b6c8e81c18160cb /manifests/puppetmaster.pp
parent7df4eabf27357731cbdf6946591df92ac15e8ed2 (diff)
improve reports cleanup disable
If we disable the cleanup of reports, actually remove the cron job.
Diffstat (limited to 'manifests/puppetmaster.pp')
-rw-r--r--manifests/puppetmaster.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 71cab3a..09c09af 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -35,6 +35,8 @@ class puppet::puppetmaster inherits puppet {
if $puppetmaster_cleanup_reports {
include puppet::puppetmaster::cleanup_reports
+ } else {
+ include puppet::puppetmaster::cleanup_reports::disable
}
if $use_shorewall {