From 60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 14 Mar 2016 23:26:59 +0200 Subject: mirrorbrain: allow apache to traverse homedir --- modules/mirrorbrain/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mirrorbrain/manifests') 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: -- cgit v1.2.1