diff options
-rw-r--r-- | manifests/cron/disabled.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/cron/disabled.pp b/manifests/cron/disabled.pp index 60924a8..dd3062c 100644 --- a/manifests/cron/disabled.pp +++ b/manifests/cron/disabled.pp @@ -1,5 +1,6 @@ class reprepro::cron::disabled inherits reprepro::cron { Cron['reprepro'] { - ensure => absent, + ensure => absent, + require => undef, } } |