aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/webapp_sympa.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-09 12:34:28 +0000
committerMichael Scherer <misc@mageia.org>2010-12-09 12:34:28 +0000
commit1953cc3f79cdf6c68631571e53415c022d473088 (patch)
treeb407b2d979975b0fb3468b172619c4b77d542c52 /modules/sympa/templates/webapp_sympa.conf
parent6c02c60b99a38c261fd8794c11f0382396e9ad6d (diff)
downloadpuppet-1953cc3f79cdf6c68631571e53415c022d473088.tar
puppet-1953cc3f79cdf6c68631571e53415c022d473088.tar.gz
puppet-1953cc3f79cdf6c68631571e53415c022d473088.tar.bz2
puppet-1953cc3f79cdf6c68631571e53415c022d473088.tar.xz
puppet-1953cc3f79cdf6c68631571e53415c022d473088.zip
- use the lib_dir fact
Diffstat (limited to 'modules/sympa/templates/webapp_sympa.conf')
-rw-r--r--modules/sympa/templates/webapp_sympa.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/sympa/templates/webapp_sympa.conf b/modules/sympa/templates/webapp_sympa.conf
index 84debe38..b920a8f1 100644
--- a/modules/sympa/templates/webapp_sympa.conf
+++ b/modules/sympa/templates/webapp_sympa.conf
@@ -1,7 +1,4 @@
-<%-
-path_cgi_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/sympa/cgi"
--%>
-<Directory <%= path_cgi_directory %> >
+<Directory <%= lib_dir + "/sympa/cgi" %> >
Options ExecCGI
AddHandler fastcgi-script .fcgi
DirectoryIndex wwsympa-wrapper.fcgi