From d739d6f348ad16391b5c95761e98b188cfeed848 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 7 Aug 2010 01:33:21 +0200 Subject: improve reports cleanup disable If we disable the cleanup of reports, actually remove the cron job. --- manifests/puppetmaster/cleanup_reports/disable.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/puppetmaster/cleanup_reports/disable.pp (limited to 'manifests/puppetmaster/cleanup_reports/disable.pp') diff --git a/manifests/puppetmaster/cleanup_reports/disable.pp b/manifests/puppetmaster/cleanup_reports/disable.pp new file mode 100644 index 0000000..f195a3e --- /dev/null +++ b/manifests/puppetmaster/cleanup_reports/disable.pp @@ -0,0 +1,5 @@ +class puppet::puppetmaster::cleanup_reports::disable inherits puppet::puppetmaster::cleanup_reports { + File['/etc/cron.daily/puppet_reports_cleanup.sh']{ + ensure => absent, + } +} -- cgit v1.2.3