summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cleanup_reports/disable.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-07 01:21:06 +0200
committermh <mh@immerda.ch>2011-07-07 01:21:06 +0200
commit9a18424b2bdf3506737a28ca56a25e20950d6d68 (patch)
treed965668a7ba506f6b35ffc0df4494931ddb4aa90 /manifests/puppetmaster/cleanup_reports/disable.pp
parent551b46b257b12b32450607083a7cd644ed0dff58 (diff)
Revert "migrate cleanup_reports to parametrized classes as this makes it much more configurable"
This reverts commit 0f4718f062f7419092f69dcdd951339a466a79b8. Unfortuantely due to puppet bug #5517 we currently can't do it that nice so we need to hack around things https://projects.puppetlabs.com/issues/5517
Diffstat (limited to 'manifests/puppetmaster/cleanup_reports/disable.pp')
-rw-r--r--manifests/puppetmaster/cleanup_reports/disable.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/puppetmaster/cleanup_reports/disable.pp b/manifests/puppetmaster/cleanup_reports/disable.pp
new file mode 100644
index 0000000..8636223
--- /dev/null
+++ b/manifests/puppetmaster/cleanup_reports/disable.pp
@@ -0,0 +1,6 @@
+class puppet::puppetmaster::cleanup_reports::disable inherits puppet::puppetmaster::cleanup_reports {
+
+ File['/etc/cron.daily/puppet_reports_cleanup.sh']{
+ ensure => absent,
+ }
+}