aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-07 20:08:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-07 20:08:15 -0200
commit6b80c659a0ec2fd8a97a0b2ce9bf9a2dec32f88c (patch)
treec197ca31536f408c650eb44737512ab311b6432b /templates
parentfce8e055bff7252f3ea9bee65c3b894fa7fdf1ce (diff)
downloadpuppet-git-6b80c659a0ec2fd8a97a0b2ce9bf9a2dec32f88c.tar.gz
puppet-git-6b80c659a0ec2fd8a97a0b2ce9bf9a2dec32f88c.tar.bz2
Adding $apache_use_domain
Diffstat (limited to 'templates')
-rw-r--r--templates/gitweb.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb
index 436c7a3..d66ac5b 100644
--- a/templates/gitweb.conf.erb
+++ b/templates/gitweb.conf.erb
@@ -25,4 +25,4 @@ $logo = "/git-logo.png";
$favicon = "/git-favicon.png";
# header url
-@git_base_url_list = ('git://git.<%= domain %>');
+@git_base_url_list = ('git://git.<%= apache_use_domain %>');