summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2014-09-08 10:56:08 -0400
committerJoey Hess2014-09-08 10:56:08 -0400
commitb21feb9e8d82f17fb7445379cda2f57e2eae8213 (patch)
tree12cc2044fff4832798705f69b62033f5e27c1be3 /src/Propellor/Property/SiteSpecific
parentd968da96f3f2d3103aaf0ef0246fc7153e9c59d7 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 6fe10c02..f0ce106a 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -545,6 +545,8 @@ kiteMailServer = propertyList "kitenet.net mail server"
[ "inbox-path={localhost/novalidate-cert}inbox"
]
`describe` "pine configured to use local imap server"
+
+ , Apt.serviceInstalledRunning "mailman"
]
where
ctx = Context "kitenet.net"