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