diff options
Diffstat (limited to 'manifests/cron')
-rw-r--r-- | manifests/cron/disabled.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/cron/disabled.pp b/manifests/cron/disabled.pp index a8bc499..60924a8 100644 --- a/manifests/cron/disabled.pp +++ b/manifests/cron/disabled.pp @@ -2,10 +2,4 @@ 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"] { - onlyif => "/bin/false", - } } - |