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