diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:54 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:54 +0000 |
commit | c9e5da4c396182e6fed4791a07960870200bc3f8 (patch) | |
tree | 97c33a4b19800857358f3247536b77e691e98a49 /modules/bugzilla/templates | |
parent | db0a36da4adfef23b6cfea7d5702fab039ad12f0 (diff) | |
download | puppet-c9e5da4c396182e6fed4791a07960870200bc3f8.tar puppet-c9e5da4c396182e6fed4791a07960870200bc3f8.tar.gz puppet-c9e5da4c396182e6fed4791a07960870200bc3f8.tar.bz2 puppet-c9e5da4c396182e6fed4791a07960870200bc3f8.tar.xz puppet-c9e5da4c396182e6fed4791a07960870200bc3f8.zip |
correct the location of the data
Diffstat (limited to 'modules/bugzilla/templates')
-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 a37760d8..4bac6f78 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -1,5 +1,5 @@ <% -path_data_directory = lib_dir + "/bugzilla" +path_data_directory = "/var/lib/bugzilla" %> <Directory /usr/share/bugzilla/www> |