summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2016-06-10 14:00:32 -0400
committerJoey Hess2016-06-10 14:00:32 -0400
commite9a09eed901fc8ff40c7debef02fb6b0ed48b165 (patch)
tree6fe53e2dd04e5718792c8325345fd3dafc1001c6 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parentd0d7d891abefaf747cb5203c1a3d91bb4481b6c0 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-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 a6cb3794..e3bef900 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -683,6 +683,8 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props
& Apt.serviceInstalledRunning "mailman"
& Postfix.service ssmtp
+
+ & Apt.installed ["fetchmail"]
where
ctx = Context "kitenet.net"
pinescript = "/usr/local/bin/pine"