summaryrefslogtreecommitdiff
path: root/manifests/cron
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 10:35:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 10:35:11 -0200
commitb724f70d0f92e537fe31aad4935912d30f47ab76 (patch)
tree7c417be1bb7747f29fcd94fa8508f2315e7147aa /manifests/cron
parente394cd4247b09efd0e4a5c07e46b73e46027a86a (diff)
downloadpuppet-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.pp6
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",
- }
}
-