diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-14 16:42:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-14 16:42:34 -0200 |
commit | 08b58b835e1f671ce5387f8cfb002b41c193c6f9 (patch) | |
tree | 21d4aa62d666f675c1a2f2df896cc2ebd4e99dd0 /manifests | |
parent | 526e397e381ef71d24e87c1cd545dde9d0339cce (diff) | |
download | puppet-reprepro-08b58b835e1f671ce5387f8cfb002b41c193c6f9.tar.gz puppet-reprepro-08b58b835e1f671ce5387f8cfb002b41c193c6f9.tar.bz2 |
Adding --delete to createsymlinks
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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, |