propellor spin

This commit is contained in:
Joey Hess 2014-04-13 14:45:18 -04:00
parent 96f07ef513
commit 0b9879942f
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ gitServer hosts = propertyList "git.kitenet.net setup"
, File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf"
, toProp $ Git.daemonRunning "/srv/git"
, "/etc/gitweb.conf" `File.containsLines`
[ "$projectroot = 'srv/git';"
[ "$projectroot = '/srv/git';"
, "@git_base_url_list = ('git://git.kitenet.net', 'http://git.kitenet.net/git', 'ssh://git.kitenet.net/srv/git');"
, "# disable snapshot download; overloads server"
, "$feature{'snapshot'}{'default'} = [];"
@ -75,6 +75,7 @@ gitapacheconf hn =
, " <Directory /srv/web/git.kitenet.net/>"
, " Options Indexes ExecCGI FollowSymlinks"
, " AllowOverride None"
, " AddHandler cgi-script .cgi"
, " DirectoryIndex index.cgi"
, " </Directory>"
, ""