summaryrefslogtreecommitdiff
path: root/manifests/disabled.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/disabled.pp')
-rw-r--r--manifests/disabled.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/disabled.pp b/manifests/disabled.pp
index 9c822fc..69e7725 100644
--- a/manifests/disabled.pp
+++ b/manifests/disabled.pp
@@ -1,8 +1,8 @@
class reprepro::disabled(
- $basedir = '/srv/reprepro'
+ $basedir = '/srv/reprepro'
) {
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,
}