aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirrorbrain/manifests
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-03-14 23:26:59 +0200
committerThomas Backlund <tmb@mageia.org>2016-03-14 23:26:59 +0200
commit60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50 (patch)
tree425415fcd649ab32903e3ebe6d23ffa41362e138 /modules/mirrorbrain/manifests
parent9b629637c56e4533a1a9588e4056ec3b75e32af7 (diff)
downloadpuppet-60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50.tar
puppet-60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50.tar.gz
puppet-60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50.tar.bz2
puppet-60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50.tar.xz
puppet-60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50.zip
mirrorbrain: allow apache to traverse homedir
Diffstat (limited to 'modules/mirrorbrain/manifests')
-rw-r--r--modules/mirrorbrain/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirrorbrain/manifests/init.pp b/modules/mirrorbrain/manifests/init.pp
index 3a9c26cd..c551699c 100644
--- a/modules/mirrorbrain/manifests/init.pp
+++ b/modules/mirrorbrain/manifests/init.pp
@@ -20,7 +20,7 @@ class mirrorbrain {
ensure => directory,
owner => $mb_user,
group => $mb_user,
- mode => '0750'
+ mode => '0751'
}
file { $mb_repo: