]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
Cleanup (3)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 13:11:47 +0000 (11:11 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 13:11:47 +0000 (11:11 -0200)
manifests/purged.pp

index b941edf82c13b64c6b6dc6c0ba5bc99393cdd66a..b177128986175b3eaeb2fad466bdbd8485d87756 100644 (file)
@@ -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,
   }