aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2017-04-10 12:18:45 +0200
committerOlivier Blin <dev@blino.org>2017-04-10 12:18:45 +0200
commit474c42f9375f0dfbf014c2619251e66958937406 (patch)
treed14f31993fc6642db0e038c64de366c474ae5912 /modules
parent74908f4b8b2703fb1849689a3b4c0697a9c4f988 (diff)
downloadpuppet-474c42f9375f0dfbf014c2619251e66958937406.tar
puppet-474c42f9375f0dfbf014c2619251e66958937406.tar.gz
puppet-474c42f9375f0dfbf014c2619251e66958937406.tar.bz2
puppet-474c42f9375f0dfbf014c2619251e66958937406.tar.xz
puppet-474c42f9375f0dfbf014c2619251e66958937406.zip
bugzilla: data/params.json should be writable by apache
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 5d858bdf..a3d6e3a6 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -41,6 +41,7 @@ class bugzilla {
file { "$bugzilla_location/data/params.json":
+ owner => 'apache',
group => 'apache',
mode => '0640',
content => template('bugzilla/params.json')