summaryrefslogtreecommitdiff
path: root/manifests/cron.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cron.pp')
-rw-r--r--manifests/cron.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/cron.pp b/manifests/cron.pp
index a2e4a10..1fae59e 100644
--- a/manifests/cron.pp
+++ b/manifests/cron.pp
@@ -6,14 +6,3 @@ class reprepro::cron inherits reprepro {
require => [ Package['reprepro'], File["$basedir/conf/distributions"] ]
}
}
-
-class reprepro::cron::disabled inherits reprepro::cron {
- Cron['reprepro'] {
- ensure => absent,
- }
-
- Exec["reprepro -b $basedir createsymlinks", "reprepro -b $basedir export",
- "/usr/local/bin/reprepro-export-key", "/usr/local/bin/reprepro-export-key-update"] {
- noop => true,
- }
-}