summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-14 16:42:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-14 16:42:34 -0200
commit08b58b835e1f671ce5387f8cfb002b41c193c6f9 (patch)
tree21d4aa62d666f675c1a2f2df896cc2ebd4e99dd0 /manifests
parent526e397e381ef71d24e87c1cd545dde9d0339cce (diff)
downloadpuppet-reprepro-08b58b835e1f671ce5387f8cfb002b41c193c6f9.tar.gz
puppet-reprepro-08b58b835e1f671ce5387f8cfb002b41c193c6f9.tar.bz2
Adding --delete to createsymlinks
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 99d1753..539601e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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,