From 474c42f9375f0dfbf014c2619251e66958937406 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 10 Apr 2017 12:18:45 +0200 Subject: bugzilla: data/params.json should be writable by apache --- modules/bugzilla/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/bugzilla/manifests/init.pp') 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') -- cgit v1.2.1