diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-17 22:23:49 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-17 22:23:49 -0400 |
| commit | f4ce2124ac91c13475193fbfe25fb6877cd3228b (patch) | |
| tree | 0ba739c2e811d0187761382eeef79b0b605c04f2 /src/Propellor/Property/SiteSpecific | |
| parent | 3e41d350f4e9105c75bfabd11e740329cfc808d1 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
| -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 c7acb9eb..4ecdd9f0 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -396,6 +396,7 @@ kiteMailServer = propertyList "kitenet.net mail server" , "CRON=1" , "NICE=\"--nicelevel 15\"" ] `onChange` Service.restarted "spamassassin" + `describe` "spamd enabled" , Apt.serviceInstalledRunning "spamass-miter" , Apt.installed ["maildrop"] , "/etc/aliases" `File.hasPrivContentExposed` ctx |
