]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/templates/default/gitweb.conf.erb
gitweb: Add notice about github.
[chef.git] / cookbooks / git / templates / default / gitweb.conf.erb
index 5d2eb746924b10628766b8a6f8cb700c5e3dc1a5..4cfe1c24ff081eeac9d28c64736c4203ba340e88 100644 (file)
@@ -10,7 +10,7 @@ $git_temp = "/tmp";
 #$home_link = $my_uri || "/";
 
 # html text to include at home page
-$home_text = "indextext.html";
+$home_text = "/srv/<%= node[:git][:host] %>/indextext.html";
 
 # file with project list; by default, simply scan the projectroot dir.
 $projects_list = $projectroot;