diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-01 13:52:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-01 13:52:13 -0300 |
commit | d8d1f447a1e1c903aa40cadc95d0ae49784fa33c (patch) | |
tree | 31d1793b74a22e04879cee4935410f51066c83c3 | |
parent | 6f716460752bc82ea51a03f029db8a35246327a5 (diff) | |
download | puppet-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.pp | 2 |
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'] ], } |