From 0b9879942fa5d00b8329fc3ebc14563de3d9fbf8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Apr 2014 14:45:18 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/JoeySites.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Propellor/Property') diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 4b98fe0b..0594fe54 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -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 = , " " , " Options Indexes ExecCGI FollowSymlinks" , " AllowOverride None" + , " AddHandler cgi-script .cgi" , " DirectoryIndex index.cgi" , " " , "" -- cgit v1.2.3