From: Silvio Rhatto Date: Fri, 14 Dec 2012 18:42:34 +0000 (-0200) Subject: Adding --delete to createsymlinks X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=08b58b835e1f671ce5387f8cfb002b41c193c6f9;p=puppet-reprepro.git Adding --delete to createsymlinks --- 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,