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