diff options
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 |
