From 7c5492db8d7fdca7eddb9c6737c469935e9758d7 Mon Sep 17 00:00:00 2001 From: Antoine Beaupre Date: Tue, 21 Jun 2011 22:38:40 -0400 Subject: make incoming directory writable by all --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 906ac6f..6ac080a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -62,7 +62,7 @@ class reprepro { "$basedir/incoming": ensure => directory, - mode => 0775, owner => reprepro, group => reprepro; + mode => 1777, owner => reprepro, group => reprepro; "$basedir/logs": ensure => directory, -- cgit v1.2.3