diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-13 16:47:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-13 16:47:19 -0400 |
| commit | d669831fb93da736ed0d4732d62a2efbed6462ca (patch) | |
| tree | d535473b78aa6f91d19d88fef3b513678e14999b /src/Propellor/Property/SiteSpecific/JoeySites.hs | |
| parent | c16e2a3b6347835e1a6b5bb4031ae43d9d960746 (diff) | |
| parent | d78e99a1de865de277969f53d0ce45936deebdc3 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
| -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" |
