summaryrefslogtreecommitdiff
path: root/manifests/master/cleanup_reports/disable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/master/cleanup_reports/disable.pp')
-rw-r--r--manifests/master/cleanup_reports/disable.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/master/cleanup_reports/disable.pp b/manifests/master/cleanup_reports/disable.pp
new file mode 100644
index 0000000..e93e72a
--- /dev/null
+++ b/manifests/master/cleanup_reports/disable.pp
@@ -0,0 +1,6 @@
+class puppet::master::cleanup_reports::disable inherits puppet::master::cleanup_reports {
+
+ File['/etc/cron.daily/puppet_reports_cleanup.sh']{
+ ensure => absent,
+ }
+}