From b0ae8d8975f23cb9418c5400a88c6fe093a22f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 7 Apr 2017 23:24:51 +0200 Subject: Try to fix files perm --- modules/bugzilla/manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index eaf12eb6..a22c8c66 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -66,6 +66,11 @@ class bugzilla { require => Git::Snapshot[$bugzilla_location], } + file { '/usr/share/bugzilla/*.cgi': + group => 'apache', + mode => '0750' + } + file { '/usr/share/bugzilla/robots.txt': group => 'apache', mode => '0640', -- cgit v1.2.1