From 1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 15 Apr 2017 18:36:13 +0200 Subject: Fix bugzilla-update.xml owner --- modules/bugzilla/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 6d12b37f..5b1e9ed0 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -89,6 +89,13 @@ class bugzilla { content => template('bugzilla/robots.txt') } + file { "$bugzilla_location/data/bugzilla-update.xml": + owner => 'apache', + group => 'apache', + mode => '0640' + } + + file { [ "$bugzilla_location/admin.cgi", "$bugzilla_location/attachment.cgi", -- cgit v1.2.1