diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 23:33:02 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 23:33:02 +0200 |
commit | 97bd93843859246c76392cc4cd200907ed85f080 (patch) | |
tree | e6e66ddd2c42ef755a2134a2fd139856b1f81e0f /modules/bugzilla | |
parent | b0ae8d8975f23cb9418c5400a88c6fe093a22f50 (diff) | |
download | puppet-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-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', |