propellor spin
This commit is contained in:
parent
50ff71fd5c
commit
824ebdd76f
|
@ -204,6 +204,8 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
|
||||||
& Docker.configured
|
& Docker.configured
|
||||||
& Docker.garbageCollected `period` Daily
|
& Docker.garbageCollected `period` Daily
|
||||||
& Docker.docked oldusenetShellBox
|
& Docker.docked oldusenetShellBox
|
||||||
|
|
||||||
|
& JoeySites.gitServer hosts
|
||||||
|
|
||||||
diatom :: Host
|
diatom :: Host
|
||||||
diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64"
|
diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64"
|
||||||
|
|
|
@ -147,10 +147,8 @@ gitServer hosts = propertyList "git.kitenet.net setup" $ props
|
||||||
`requires` Ssh.authorizedKeys "family" (Context "git.kitenet.net")
|
`requires` Ssh.authorizedKeys "family" (Context "git.kitenet.net")
|
||||||
`requires` User.accountFor "family"
|
`requires` User.accountFor "family"
|
||||||
& Apt.installed ["git", "rsync", "gitweb"]
|
& Apt.installed ["git", "rsync", "gitweb"]
|
||||||
-- backport avoids channel flooding on branch merge
|
& Apt.installed ["kgb-client"]
|
||||||
& Apt.installedBackport ["kgb-client"]
|
& Apt.installed ["git-annex"]
|
||||||
-- backport supports ssh event notification
|
|
||||||
& Apt.installedBackport ["git-annex"]
|
|
||||||
& File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf" anyContext
|
& File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf" anyContext
|
||||||
& Git.daemonRunning "/srv/git"
|
& Git.daemonRunning "/srv/git"
|
||||||
& "/etc/gitweb.conf" `File.containsLines`
|
& "/etc/gitweb.conf" `File.containsLines`
|
||||||
|
|
Loading…
Reference in New Issue