summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cleanup_reports/disable.pp
blob: f195a3e5c6ebac7560ba6b60e2044d300e43d096 (plain)
1
2
3
4
5
class puppet::puppetmaster::cleanup_reports::disable inherits puppet::puppetmaster::cleanup_reports {
  File['/etc/cron.daily/puppet_reports_cleanup.sh']{
    ensure => absent,
  }
}