diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-17 23:51:11 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-17 23:51:11 -0400 |
| commit | 863cdf470b91fb284405f4b96910f32727da1281 (patch) | |
| tree | b9cd1814ab04caaedd618a6cd034e6503bc9646a /src | |
| parent | 6f5f6b3229c5602855f0c9009ba9ccb4babfeb41 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index a4d335e3..80287686 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -397,7 +397,7 @@ kiteMailServer = propertyList "kitenet.net mail server" , "NICE=\"--nicelevel 15\"" ] `onChange` Service.restarted "spamassassin" `describe` "spamd enabled" - , Apt.serviceInstalledRunning "spamass-miter" + , Apt.serviceInstalledRunning "spamass-milter" , Apt.installed ["maildrop"] , "/etc/aliases" `File.hasPrivContentExposed` ctx `onChange` cmdProperty "newaliases" ["newaliases"] |
