diff options
author | Olivier Blin <dev@blino.org> | 2017-04-10 12:18:45 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2017-04-10 12:18:45 +0200 |
commit | 474c42f9375f0dfbf014c2619251e66958937406 (patch) | |
tree | d14f31993fc6642db0e038c64de366c474ae5912 /modules/bugzilla/manifests | |
parent | 74908f4b8b2703fb1849689a3b4c0697a9c4f988 (diff) | |
download | puppet-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/bugzilla/manifests')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 1 |
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') |