summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 539601e..5c24c63 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -107,12 +107,14 @@ class reprepro {
}
exec {
- "reprepro -b $basedir --delete createsymlinks":
+ "reprepro -b $basedir createsymlinks":
+ command => "/usr/bin/reprepro -b $basedir --delete createsymlinks",
refreshonly => true,
subscribe => File["$basedir/conf/distributions"],
user => reprepro,
path => "/usr/bin:/bin";
"reprepro -b $basedir export":
+ command => "/usbr/bin/reprepro -b $basedir export",
refreshonly => true,
user => reprepro,
subscribe => File["$basedir/conf/distributions"],