diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-10 20:56:57 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-10 20:56:57 -0400 |
| commit | 0119bf8531076265aee3bf99cdf081b8425f0e57 (patch) | |
| tree | b51c2117bab4510cf852cd957cbc17cda67a98dd /src/Propellor/Property/SiteSpecific | |
| parent | d08c98d8b33cab9c7008ee36ff88950c96af2e38 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 114a30d4..0994a62f 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -150,7 +150,7 @@ gitServer hosts = propertyList "git.kitenet.net setup" $ props `requires` Ssh.authorizedKeys "family" (Context "git.kitenet.net") `requires` User.accountFor "family" & Apt.installed ["git", "rsync", "gitweb"] - & Apt.installed ["kgb-client"] + & Apt.installed ["kgb-client", "kgb-bot"] & Apt.installed ["git-annex"] & File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf" anyContext & Git.daemonRunning "/srv/git" |
