From 7d59a568a3dcc9649c4d12239d01ab92a2b8ef1f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Apr 2014 01:00:59 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/JoeySites.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Propellor') diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index fa8a4c6d..74c47be7 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -115,6 +115,16 @@ mumbleServer hosts = combineProperties "mumble.debian.net" , Apt.serviceInstalledRunning "mumble-server" ] +obnamLowMem :: Property +obnamLowMem = propertyList "obnam tuned for low memory use" + [ Obnam.latestVersion + , "/etc/obnam.conf" `File.containsLines` + [ "# Suggested by liw to keep Obnam memory consumption down (at some speed cost)." + , "upload-queue-size = 128" + , "lru-size = 128" + ] + ] + -- git.kitenet.net and git.joeyh.name gitServer :: [Host] -> Property gitServer hosts = propertyList "git.kitenet.net setup" -- cgit v1.2.3