diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-03-14 23:26:59 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-03-14 23:26:59 +0200 |
commit | 60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50 (patch) | |
tree | 425415fcd649ab32903e3ebe6d23ffa41362e138 /modules/mirrorbrain | |
parent | 9b629637c56e4533a1a9588e4056ec3b75e32af7 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/mirrorbrain/manifests/init.pp | 2 |
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: |