summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2016-08-31 17:46:21 -0400
committerJoey Hess2016-08-31 17:46:21 -0400
commit3962a495c12fd26d354f6741a436e8fd6f7c0756 (patch)
treea5dacbb0cd691af9228e64f8ed81004a323a7bb8 /joeyconfig.hs
parentc73562e90d7a005649b38c3f3521816d3a7cd743 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 0888d425..01311c3f 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -469,7 +469,7 @@ keysafe = host "keysafe.joeyh.name" $ props
& Apt.serviceInstalledRunning "swapspace"
& Cron.runPropellor (Cron.Times "30 * * * *")
& Apt.installed ["etckeeper", "sudo"]
- & Apt.removed ["nfs-common", "exim", "rsyslogd", "acpid", "rpcbind"]
+ & Apt.removed ["nfs-common", "exim4", "rsyslog", "acpid", "rpcbind"]
& User.hasSomePassword (User "root")
& User.accountFor (User "joey")