aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-09 19:11:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-09 19:11:56 -0300
commitdee99cd4f9f05158c6d7b5626d47b874b9819ff2 (patch)
tree55a984b02715f064e6109392836c561d7b582b1c /templates
parent795f727af45e9fab1f2fd12799b96078f7ca2300 (diff)
downloadpuppet-git-dee99cd4f9f05158c6d7b5626d47b874b9819ff2.tar.gz
puppet-git-dee99cd4f9f05158c6d7b5626d47b874b9819ff2.tar.bz2
Drop gitosis support
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 00f2053..d01f575 100644
--- a/templates/gitweb.conf.erb
+++ b/templates/gitweb.conf.erb
@@ -13,7 +13,7 @@ $git_temp = "/tmp";
$home_text = "indextext.html";
# file with project list; by default, simply scan the projectroot dir.
-$projects_list = "/var/git/<% if implementation == 'gitosis' %><%= implementation %>/<% end %>projects.list";
+$projects_list = "/var/git/projects.list";
# stylesheet to use
$stylesheet = "/gitweb.css";