aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'] ],
}