aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-31 22:28:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-31 22:28:30 -0200
commita42895a88de45fdef83528e8699f8ba5920fd9af (patch)
tree7c12bf367433b7e7cfad94ac3eaea66f3b83a245 /templates
parentef47e8abeff85758eb19cd3f22221ddb6d40cb62 (diff)
downloadpuppet-ikiwiki-a42895a88de45fdef83528e8699f8ba5920fd9af.tar.gz
puppet-ikiwiki-a42895a88de45fdef83528e8699f8ba5920fd9af.tar.bz2
Using base_url at setup template
Diffstat (limited to 'templates')
-rw-r--r--templates/ikiwiki.setup.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb
index ed99ba4..fa2718f 100644
--- a/templates/ikiwiki.setup.erb
+++ b/templates/ikiwiki.setup.erb
@@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard {
# Git stuff.
rcs => "git",
- historyurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=history;f=[[file]]",
- diffurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "http://git.<%= base_url %>/?p=<%= name %>.git;a=history;f=[[file]]",
+ diffurl => "http://git.<%= base_url %>/?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
#gitorigin_branch => "origin",
#gitmaster_branch => "master",