summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-17 23:51:11 -0400
committerJoey Hess2014-07-17 23:51:11 -0400
commit863cdf470b91fb284405f4b96910f32727da1281 (patch)
treeb9cd1814ab04caaedd618a6cd034e6503bc9646a /src
parent6f5f6b3229c5602855f0c9009ba9ccb4babfeb41 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
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"]