diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 02:27:15 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 02:27:15 -0400 |
| commit | f93b2f5e52ee35a611f036c57f6247155a27b2c6 (patch) | |
| tree | 5ab094ed9719f14f9bf4d568fb5c10067f64ee4b /src | |
| parent | 6957f28945bc4360882c8337f91d471de8fbadee (diff) | |
propellor spin
Diffstat (limited to 'src')
| -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 a6be2411..403554fb 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -409,6 +409,8 @@ kiteMailServer = propertyList "kitenet.net mail server" `onChange` Service.restarted "spamass-milter" `describe` "spamass-milter configured" + , Apt.serviceInstalledRunning "clamav-milter" + , Apt.installed ["maildrop"] , "/etc/maildroprc" `File.hasContent` [ "# Global maildrop filter file (deployed with propellor)" |
