summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cleanup_reports/disable.pp
blob: 0b6da05b366311c0f5a5faf6b37e2c1555545d6f (plain)
1
2
3
4
5
6
class puppet::puppetmaster::cleanup_reports::disable inherits puppet::puppetmaster::cleanup_reports {

  File['/etc/cron.daily/puppet_reports_cleanup']{
    ensure => absent,
  }
}