From 3c0d5cac0c783108da09e93163fe3d522b4b6f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 7 Apr 2017 23:50:59 +0200 Subject: Try to fix files perm --- modules/bugzilla/manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 78e2a7d5..07ba3d81 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -81,6 +81,15 @@ class bugzilla { content => template('bugzilla/robots.txt') } + file { [ + '/usr/share/bugzilla/admin.cgi', + '/usr/share/bugzilla/attachment.cgi' + ]: + group => 'apache', + mode => '0750', + } + + cron { 'collectstats': command => '/usr/share/bugzilla/bin/collectstats.pl', user => 'apache', -- cgit v1.2.1