diff options
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 0594fe54..9192786c 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -58,7 +58,6 @@ gitServer hosts = propertyList "git.kitenet.net setup" , 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 ] where |
