aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:33:02 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:33:02 +0200
commit97bd93843859246c76392cc4cd200907ed85f080 (patch)
treee6e66ddd2c42ef755a2134a2fd139856b1f81e0f /modules/bugzilla
parentb0ae8d8975f23cb9418c5400a88c6fe093a22f50 (diff)
downloadpuppet-97bd93843859246c76392cc4cd200907ed85f080.tar
puppet-97bd93843859246c76392cc4cd200907ed85f080.tar.gz
puppet-97bd93843859246c76392cc4cd200907ed85f080.tar.bz2
puppet-97bd93843859246c76392cc4cd200907ed85f080.tar.xz
puppet-97bd93843859246c76392cc4cd200907ed85f080.zip
Remove file perms
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp5
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',