aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:24:51 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:24:51 +0200
commitb0ae8d8975f23cb9418c5400a88c6fe093a22f50 (patch)
treea394d16fb9fe88a75875cb207ae24c5e81aae624
parent06238f91353b779808349b395bb7c6b3e0622b90 (diff)
downloadpuppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar
puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar.gz
puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar.bz2
puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar.xz
puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.zip
Try to fix files perm
-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',