aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-08 00:39:27 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-08 00:39:27 +0200
commit6275f8034f2dc20d996fce320c4d48f693f0d1be (patch)
treeeb8c0d82c26d36e66286c76009b727c0c21f80bf /modules
parent8dfffdf0d10d095f5f127e1e1059f73e6fa6e9ef (diff)
downloadpuppet-6275f8034f2dc20d996fce320c4d48f693f0d1be.tar
puppet-6275f8034f2dc20d996fce320c4d48f693f0d1be.tar.gz
puppet-6275f8034f2dc20d996fce320c4d48f693f0d1be.tar.bz2
puppet-6275f8034f2dc20d996fce320c4d48f693f0d1be.tar.xz
puppet-6275f8034f2dc20d996fce320c4d48f693f0d1be.zip
Fix perms
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 68a0e7d9..60e037bc 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -75,6 +75,14 @@ class bugzilla {
require => Git::Snapshot[$bugzilla_location],
}
+ file { '/usr/share/bugzilla/data/assets':
+ ensure => directory,
+ owner => 'apache',
+ group => 'apache',
+ mode => '0770'
+ }
+
+
file { '/usr/share/bugzilla/robots.txt':
group => 'apache',
mode => '0640',