1 2 3 4 5 6
class reprepro::cron::disabled inherits reprepro::cron { Cron['reprepro'] { ensure => absent, require => undef, } }