summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 11:11:47 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 11:11:47 -0200
commit26967edfd336d61dc9d71de89b559ae60efcd798 (patch)
treec4f022a3d8fa30426b0d82a3cd22b06c50d903fa /manifests
parent31dfb7f7db71bc9637b977c36866ab5344f2c1b9 (diff)
downloadpuppet-reprepro-26967edfd336d61dc9d71de89b559ae60efcd798.tar.gz
puppet-reprepro-26967edfd336d61dc9d71de89b559ae60efcd798.tar.bz2
Cleanup (3)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/purged.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/purged.pp b/manifests/purged.pp
index b941edf..b177128 100644
--- a/manifests/purged.pp
+++ b/manifests/purged.pp
@@ -1,5 +1,5 @@
class reprepro::purged(
- $basedir = '/srv/reprepro'
+ $basedir = '/srv/reprepro'
) {
user { "reprepro":
@@ -24,7 +24,7 @@ class reprepro::purged(
}
cron { reprepro:
- command => "/usr/bin/reprepro --silent -b ${reprepro::basedir} processincoming incoming",
+ command => "/usr/bin/reprepro --silent -b ${basedir} processincoming incoming",
user => reprepro,
ensure => absent,
}