Skip to content

Commit 9ad508e

Browse files
author
John Jarvis
committed
adding allow_other to mount options
1 parent 0cfee1b commit 9ad508e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/mount.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
include s3fs
2828
Class['s3fs'] -> S3fs::Mount[$name]
2929

30-
$options = "gid=$gid,uid=$uid,default_acl=${default_acl},use_cache=${cache}"
30+
$options = "allow_other,gid=$gid,uid=$uid,default_acl=${default_acl},use_cache=${cache}"
3131
$device = "s3fs#${bucket}"
3232

3333
case $ensure {

0 commit comments

Comments
 (0)