aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
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',