From: Silvio Rhatto Date: Sat, 26 Jan 2013 13:11:47 +0000 (-0200) Subject: Cleanup (3) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=26967edfd336d61dc9d71de89b559ae60efcd798;p=puppet-reprepro.git Cleanup (3) --- 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, }