summaryrefslogtreecommitdiff
path: root/manifests/cron/disabled.pp
blob: dd3062c024c08a0627e01b185c7c158b3c7ccbdc (plain)
1
2
3
4
5
6
class reprepro::cron::disabled inherits reprepro::cron {
  Cron['reprepro'] {
    ensure  => absent,
    require => undef,
  }
}