]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
Adding --delete to createsymlinks
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Dec 2012 18:42:34 +0000 (16:42 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Dec 2012 18:42:34 +0000 (16:42 -0200)
manifests/init.pp

index 99d17530af45cb1675613ef99311ba71a2070c83..539601e88b5468f4adce4334e7041ef0f79c53bf 100644 (file)
@@ -107,7 +107,7 @@ class reprepro {
   }
 
   exec {
-    "reprepro -b $basedir createsymlinks":
+    "reprepro -b $basedir --delete createsymlinks":
       refreshonly => true,
       subscribe => File["$basedir/conf/distributions"],
       user => reprepro,