diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 22:22:38 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 22:22:38 -0200 |
commit | b6836184e40eb57e31ffeb77898953aa09cf8449 (patch) | |
tree | c0201a5cbc69a050d12747cf1543fceb4c0d9c5c /templates | |
parent | 2c7d5d69ba3d84b6c36c4acad83a717e4ecd58e3 (diff) | |
download | puppet-git-b6836184e40eb57e31ffeb77898953aa09cf8449.tar.gz puppet-git-b6836184e40eb57e31ffeb77898953aa09cf8449.tar.bz2 |
Using $hosting_domain instead of $apache_use_domain
Diffstat (limited to 'templates')
-rw-r--r-- | templates/gitweb.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb index d66ac5b..55ee746 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.<%= apache_use_domain %>'); +@git_base_url_list = ('git://git.<%= hosting_domain %>'); |