diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 23:24:51 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 23:24:51 +0200 |
commit | b0ae8d8975f23cb9418c5400a88c6fe093a22f50 (patch) | |
tree | a394d16fb9fe88a75875cb207ae24c5e81aae624 /modules/bugzilla | |
parent | 06238f91353b779808349b395bb7c6b3e0622b90 (diff) | |
download | puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar.gz puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar.bz2 puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.tar.xz puppet-b0ae8d8975f23cb9418c5400a88c6fe093a22f50.zip |
Try to fix files perm
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 5 |
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', |