propellor spin

This commit is contained in:
Joey Hess 2015-02-10 20:58:47 -04:00
parent 0119bf8531
commit 5ae2a1dc3c
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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", "kgb-bot"]
& Apt.installed ["kgb-client"]
& Apt.installed ["git-annex"]
& File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf" anyContext
& Git.daemonRunning "/srv/git"