diff options
author | Olivier Blin <dev@blino.org> | 2017-04-12 23:54:03 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2017-04-12 23:59:19 +0200 |
commit | 1ccad47db70169b4b4aca8454bd5ffb340a6b398 (patch) | |
tree | fe48339f511fb1d368a9182bf39e8710eb0b9819 /modules/bugzilla/manifests | |
parent | 4f867580ffe234a7d90e4fab989f89cf59cfb160 (diff) | |
download | puppet-1ccad47db70169b4b4aca8454bd5ffb340a6b398.tar puppet-1ccad47db70169b4b4aca8454bd5ffb340a6b398.tar.gz puppet-1ccad47db70169b4b4aca8454bd5ffb340a6b398.tar.bz2 puppet-1ccad47db70169b4b4aca8454bd5ffb340a6b398.tar.xz puppet-1ccad47db70169b4b4aca8454bd5ffb340a6b398.zip |
Revert "bugzilla-update.xml needs to be owned by apache"
This reverts commit b42d4fb0b028e46e99425984275da811b90a43f5.
Diffstat (limited to 'modules/bugzilla/manifests')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index ebf542d8..5302f28b 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -153,7 +153,6 @@ class bugzilla { "$bugzilla_location/testserver.pl", "$bugzilla_location/whineatnews.pl", "$bugzilla_location/whine.pl", - "$bugzilla_location/data/bugzilla-update.xml", ]: group => 'apache', mode => '0750', |