summaryrefslogtreecommitdiff
path: root/manifests/cron/disabled.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cron/disabled.pp')
-rw-r--r--manifests/cron/disabled.pp3
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,
}
}