From: Silvio Rhatto Date: Sun, 1 Sep 2013 16:52:13 +0000 (-0300) Subject: Allow users from torrent group to write on the seeding spool X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d8d1f447a1e1c903aa40cadc95d0ae49784fa33c;p=puppet-pyroscope.git Allow users from torrent group to write on the seeding spool --- 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'] ], }