summaryrefslogtreecommitdiff
path: root/manifests/cron
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cron')
-rw-r--r--manifests/cron/disabled.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/cron/disabled.pp b/manifests/cron/disabled.pp
deleted file mode 100644
index dd3062c..0000000
--- a/manifests/cron/disabled.pp
+++ /dev/null
@@ -1,6 +0,0 @@
-class reprepro::cron::disabled inherits reprepro::cron {
- Cron['reprepro'] {
- ensure => absent,
- require => undef,
- }
-}