diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 16:35:55 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 16:36:07 +0200 |
commit | 228eed5052c4620569bd439144569f7c6a711ccb (patch) | |
tree | 15efdcb9c2db382050d159c53754bc752e08c18a /modules/bugzilla | |
parent | d2992a4eb191d8d6930b73fe250c8ffe4dcc3498 (diff) | |
download | puppet-228eed5052c4620569bd439144569f7c6a711ccb.tar puppet-228eed5052c4620569bd439144569f7c6a711ccb.tar.gz puppet-228eed5052c4620569bd439144569f7c6a711ccb.tar.bz2 puppet-228eed5052c4620569bd439144569f7c6a711ccb.tar.xz puppet-228eed5052c4620569bd439144569f7c6a711ccb.zip |
bugzilla: Fix data patch
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/webapp_bugzilla.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf index a8f37a00..b68aa200 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -1,5 +1,5 @@ <% -path_data_directory = "/var/lib/bugzilla" +path_data_directory = "/usr/share/bugzilla" %> <Directory /usr/share/bugzilla/> |