diff options
-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, |