diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-17 22:27:57 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-17 22:27:57 -0400 |
| commit | 91d148215aba848a0af7d7106a3303ecbbb844f1 (patch) | |
| tree | 7951b6f82da0e229ab6c693dec5a67ffdbf90ead /src | |
| parent | ce0226f8aec384fe3cde398ef7803675992bbe7a (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
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" |
