diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-10 14:00:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-10 14:00:32 -0400 |
| commit | e9a09eed901fc8ff40c7debef02fb6b0ed48b165 (patch) | |
| tree | 6fe53e2dd04e5718792c8325345fd3dafc1001c6 | |
| parent | d0d7d891abefaf747cb5203c1a3d91bb4481b6c0 (diff) | |
propellor spin
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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" |
