aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-20 16:46:50 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-20 16:46:50 +0200
commitc5fc29292e6c9ab7e00183a830ef4b51d4a315d3 (patch)
tree4c347c7bb4af667781e751787227abb01f57ddec /modules
parent6883edee93ef6da73f782d6eaf93abd1b5a35f04 (diff)
downloadpuppet-c5fc29292e6c9ab7e00183a830ef4b51d4a315d3.tar
puppet-c5fc29292e6c9ab7e00183a830ef4b51d4a315d3.tar.gz
puppet-c5fc29292e6c9ab7e00183a830ef4b51d4a315d3.tar.bz2
puppet-c5fc29292e6c9ab7e00183a830ef4b51d4a315d3.tar.xz
puppet-c5fc29292e6c9ab7e00183a830ef4b51d4a315d3.zip
Bugzilla: use macros
Diffstat (limited to 'modules')
-rw-r--r--modules/bugzilla/templates/webapp_bugzilla.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf
index 8c453903..d2e3f395 100644
--- a/modules/bugzilla/templates/webapp_bugzilla.conf
+++ b/modules/bugzilla/templates/webapp_bugzilla.conf
@@ -1,8 +1,8 @@
<%
-path_data_directory = "/usr/share/bugzilla"
+path_data_directory = "/usr/share/bugzilla/"
%>
-<Directory /usr/share/bugzilla/>
+<Directory <%= path_data_directory %> >
AddHandler cgi-script .cgi
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html