diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 10:35:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 10:35:11 -0200 |
commit | b724f70d0f92e537fe31aad4935912d30f47ab76 (patch) | |
tree | 7c417be1bb7747f29fcd94fa8508f2315e7147aa /manifests/cron | |
parent | e394cd4247b09efd0e4a5c07e46b73e46027a86a (diff) | |
download | puppet-reprepro-b724f70d0f92e537fe31aad4935912d30f47ab76.tar.gz puppet-reprepro-b724f70d0f92e537fe31aad4935912d30f47ab76.tar.bz2 |
Adding reprepro::disabled and reprepro::purged
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", - } } - |