diff options
author | mh <mh@immerda.ch> | 2011-07-07 00:52:08 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-07-07 00:52:08 +0200 |
commit | 0f4718f062f7419092f69dcdd951339a466a79b8 (patch) | |
tree | 3b4dd88d9fa9c93d52bbaba72974e8684a7578fd /manifests/puppetmaster/cleanup_reports | |
parent | 05331a27858cd6c199acc4ffbe694592e2c40e74 (diff) |
migrate cleanup_reports to parametrized classes as this makes it much more configurable
Diffstat (limited to 'manifests/puppetmaster/cleanup_reports')
-rw-r--r-- | manifests/puppetmaster/cleanup_reports/disable.pp | 6 |
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 8636223..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.sh']{ - ensure => absent, - } -} |