propellor spin
This commit is contained in:
parent
998320c9b1
commit
fac02a6a82
|
@ -125,17 +125,6 @@ mumbleServer hosts = combineProperties hn $ props
|
||||||
where
|
where
|
||||||
hn = "mumble.debian.net"
|
hn = "mumble.debian.net"
|
||||||
|
|
||||||
obnamLowMem :: Property NoInfo
|
|
||||||
obnamLowMem = combineProperties "obnam tuned for low memory use"
|
|
||||||
[ Obnam.latestVersion
|
|
||||||
, "/etc/obnam.conf" `File.containsLines`
|
|
||||||
[ "[config]"
|
|
||||||
, "# Suggested by liw to keep Obnam memory consumption down (at some speed cost)."
|
|
||||||
, "upload-queue-size = 96"
|
|
||||||
, "lru-size = 96"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
|
|
||||||
-- git.kitenet.net and git.joeyh.name
|
-- git.kitenet.net and git.joeyh.name
|
||||||
gitServer :: [Host] -> Property HasInfo
|
gitServer :: [Host] -> Property HasInfo
|
||||||
gitServer hosts = propertyList "git.kitenet.net setup" $ props
|
gitServer hosts = propertyList "git.kitenet.net setup" $ props
|
||||||
|
@ -282,7 +271,7 @@ gitAnnexDistributor = combineProperties "git-annex distributor, including rsync
|
||||||
& "/etc/default/rsync" `File.containsLine` "RSYNC_ENABLE=true"
|
& "/etc/default/rsync" `File.containsLine` "RSYNC_ENABLE=true"
|
||||||
`onChange` Service.running "rsync"
|
`onChange` Service.running "rsync"
|
||||||
& endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild"
|
& endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild"
|
||||||
& endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks"
|
& endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite"
|
||||||
-- git-annex distribution signing key
|
-- git-annex distribution signing key
|
||||||
& Gpg.keyImported (Gpg.GpgKeyId "89C809CB") "joey"
|
& Gpg.keyImported (Gpg.GpgKeyId "89C809CB") "joey"
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue