diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-15 18:36:13 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-15 18:36:13 +0200 |
commit | 1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce (patch) | |
tree | c4b996edfa1b534b01a05fdd0468d2f825b9341e /modules/bugzilla/manifests | |
parent | bc2eda25120eb1c2c96e613e3dad00c27fa26d5e (diff) | |
download | puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar.gz puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar.bz2 puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.tar.xz puppet-1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce.zip |
Fix bugzilla-update.xml owner
Diffstat (limited to 'modules/bugzilla/manifests')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 7 |
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", |