From 329c47e4df9e08981e3376081decdb83d500a7d6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 10 Apr 2017 11:50:17 +0200 Subject: bugzilla: data/bugzilla-update.xml should be writable by apache But use another config group so that it is not executable. --- modules/bugzilla/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 5302f28b..6d12b37f 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -158,6 +158,13 @@ class bugzilla { mode => '0750', } + file { [ + "$bugzilla_location/data/bugzilla-update.xml", + ]: + group => 'apache', + mode => '0640', + } + cron { 'collectstats': command => "$bugzilla_location/bin/collectstats.pl", user => 'apache', -- cgit v1.2.1