diff options
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index a22c8c66..eaf12eb6 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -66,11 +66,6 @@ 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', |