aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-01 13:52:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-01 13:52:13 -0300
commitd8d1f447a1e1c903aa40cadc95d0ae49784fa33c (patch)
tree31d1793b74a22e04879cee4935410f51066c83c3
parent6f716460752bc82ea51a03f029db8a35246327a5 (diff)
downloadpuppet-pyroscope-d8d1f447a1e1c903aa40cadc95d0ae49784fa33c.tar.gz
puppet-pyroscope-d8d1f447a1e1c903aa40cadc95d0ae49784fa33c.tar.bz2
Allow users from torrent group to write on the seeding spool
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 4cab9dd..c6ab0f8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,7 +16,7 @@ class pyroscope(
ensure => directory,
owner => torrent,
group => torrent,
- mode => 0755,
+ mode => 0775,
require => [ File['/var/cache/media'], User['torrent'] ],
}