propellor spin
This commit is contained in:
parent
5ae2a1dc3c
commit
8d73419dbe
|
@ -150,9 +150,10 @@ 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"]
|
||||||
& Apt.installed ["kgb-client"]
|
|
||||||
& Apt.installed ["git-annex"]
|
& Apt.installed ["git-annex"]
|
||||||
|
& Apt.installed ["kgb-client"]
|
||||||
& File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf" anyContext
|
& File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf" anyContext
|
||||||
|
`requires` File.dirExists "/etc/kgb-bot/"
|
||||||
& Git.daemonRunning "/srv/git"
|
& Git.daemonRunning "/srv/git"
|
||||||
& "/etc/gitweb.conf" `File.containsLines`
|
& "/etc/gitweb.conf" `File.containsLines`
|
||||||
[ "$projectroot = '/srv/git';"
|
[ "$projectroot = '/srv/git';"
|
||||||
|
|
Loading…
Reference in New Issue