diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-11 11:33:15 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-11 11:33:22 +0200 |
commit | b42d4fb0b028e46e99425984275da811b90a43f5 (patch) | |
tree | ee5c35f1b8a39bf8f95b359b46d2adbdd9a64951 /modules/bugzilla | |
parent | a396dd9ac5b83a84d66d37a2bc2e3af266b8eed4 (diff) | |
download | puppet-b42d4fb0b028e46e99425984275da811b90a43f5.tar puppet-b42d4fb0b028e46e99425984275da811b90a43f5.tar.gz puppet-b42d4fb0b028e46e99425984275da811b90a43f5.tar.bz2 puppet-b42d4fb0b028e46e99425984275da811b90a43f5.tar.xz puppet-b42d4fb0b028e46e99425984275da811b90a43f5.zip |
bugzilla-update.xml needs to be owned by apache
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 5302f28b..ebf542d8 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -153,6 +153,7 @@ class bugzilla { "$bugzilla_location/testserver.pl", "$bugzilla_location/whineatnews.pl", "$bugzilla_location/whine.pl", + "$bugzilla_location/data/bugzilla-update.xml", ]: group => 'apache', mode => '0750', |