summaryrefslogtreecommitdiff
path: root/manifests/disabled.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 11:06:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 11:06:38 -0200
commitd0fbf5ba42e196f40e65e7f1afa80b4115c31f31 (patch)
tree974aef5f740016a7910b0a64ed276ba4506da645 /manifests/disabled.pp
parent6f8854f67fcdfc41fa41f0dc9491b505b253f1c3 (diff)
downloadpuppet-reprepro-d0fbf5ba42e196f40e65e7f1afa80b4115c31f31.tar.gz
puppet-reprepro-d0fbf5ba42e196f40e65e7f1afa80b4115c31f31.tar.bz2
Removing reprepro::cron::disabled
Diffstat (limited to 'manifests/disabled.pp')
-rw-r--r--manifests/disabled.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/disabled.pp b/manifests/disabled.pp
index 1d41261..9c822fc 100644
--- a/manifests/disabled.pp
+++ b/manifests/disabled.pp
@@ -1,3 +1,9 @@
class reprepro::disabled(
$basedir = '/srv/reprepro'
-) { }
+) {
+ cron { reprepro:
+ command => "/usr/bin/reprepro --silent -b ${reprepro::basedir} processincoming incoming",
+ user => reprepro,
+ ensure => absent,
+ }
+}