summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-17 22:27:57 -0400
committerJoey Hess2014-07-17 22:27:57 -0400
commit91d148215aba848a0af7d7106a3303ecbbb844f1 (patch)
tree7951b6f82da0e229ab6c693dec5a67ffdbf90ead /src
parentce0226f8aec384fe3cde398ef7803675992bbe7a (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 4ecdd9f0..a4d335e3 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -471,6 +471,7 @@ kiteMailServer = propertyList "kitenet.net mail server"
, Apt.serviceInstalledRunning "dovecot-imapd"
, Apt.serviceInstalledRunning "dovecot-pop3d"
, Apt.serviceInstalledRunning "cron"
+ , Apt.installed ["bsd-mailx"]
]
where
ctx = Context "kitenet.net"