From ce02557eb0dc7d81621d576d94878c5cba267b18 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 17 Mar 2012 11:25:50 +0000 Subject: fix variable lookup, and do not hardcode mageia.org domain --- modules/bcd/templates/vhost_bcd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/bcd/templates/vhost_bcd.conf b/modules/bcd/templates/vhost_bcd.conf index d203da7a..536b09d5 100644 --- a/modules/bcd/templates/vhost_bcd.conf +++ b/modules/bcd/templates/vhost_bcd.conf @@ -1,8 +1,8 @@ > - AuthUserFile <%= bcd_home %>/htpasswd + AuthUserFile <%= scope.lookupvar('bcd::home') %>/htpasswd AuthGroupFile /dev/null AuthName "QA test isos, restricted access" - ErrorDocument 403 "For the password, please contact the QA team ( http://wiki.mageia.org/en/QA_Team )" + ErrorDocument 403 "For the password, please contact the QA team ( http://wiki.<%= domain %>/en/QA_Team )" AuthType Basic require valid-user -- cgit v1.2.1