aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-15 18:36:13 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-15 18:36:13 +0200
commit1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce (patch)
treec4b996edfa1b534b01a05fdd0468d2f825b9341e
parentbc2eda25120eb1c2c96e613e3dad00c27fa26d5e (diff)
downloadpuppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar
puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar.gz
puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar.bz2
puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar.xz
puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.zip
Fix bugzilla-update.xml owner
-rwxr-xr-xmodules/bugzilla/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
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",