summaryrefslogtreecommitdiff
path: root/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2014-04-13 14:36:19 -0400
committerJoey Hess2014-04-13 14:36:19 -0400
commit96f07ef513f6447baec8f66d52d4490ef627a588 (patch)
tree4594e3e99794fbe8d425b20445f71f6c9a10d9e4 /Propellor/Property/SiteSpecific
parent5c75e5ec6c6edbe1a221cdcd759fbc650e74f6f1 (diff)
propellor spin
Diffstat (limited to 'Propellor/Property/SiteSpecific')
-rw-r--r--Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs
index 907233bd..4b98fe0b 100644
--- a/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -57,6 +57,7 @@ gitServer hosts = propertyList "git.kitenet.net setup"
, Git.cloned "root" "/srv/git/joey/git.kitenet.net.git" "/srv/web/git.kitenet.net" Nothing
, website "git.kitenet.net"
, website "git.joeyh.name"
+ , toProp $ Apache.modEnabled "cgi"
-- ssh keys for branchable and github repo hooks
-- TODO: upgrade to newer git-annex-shell for notification
]