summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}