From 08b58b835e1f671ce5387f8cfb002b41c193c6f9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Dec 2012 16:42:34 -0200 Subject: Adding --delete to createsymlinks --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3