diff options
Diffstat (limited to 'manifests/puppetmaster/cleanup_reports')
-rw-r--r-- | manifests/puppetmaster/cleanup_reports/disable.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/puppetmaster/cleanup_reports/disable.pp b/manifests/puppetmaster/cleanup_reports/disable.pp index f195a3e..8636223 100644 --- a/manifests/puppetmaster/cleanup_reports/disable.pp +++ b/manifests/puppetmaster/cleanup_reports/disable.pp @@ -1,4 +1,5 @@ class puppet::puppetmaster::cleanup_reports::disable inherits puppet::puppetmaster::cleanup_reports { + File['/etc/cron.daily/puppet_reports_cleanup.sh']{ ensure => absent, } |