summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-17 23:36:04 -0400
committerJoey Hess2014-07-17 23:36:04 -0400
commitc27afcea4ee9a1d0cd86371c46472afff616db5d (patch)
tree245b9fbd9175ae82f1f9b686d7ff4d090d3a1201 /src
parent90ee27d276bcf057069b660e91785a815406ba2b (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..e00c3191 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -465,7 +465,7 @@ kiteMailServer = propertyList "kitenet.net mail server"
, "smtp_use_tls = yes"
, "smtp_tls_session_cache_database = sdbm:/etc/postfix/smtp_scache"
]
- `onChange` Postfix.dedupMainCf
+ -- `onChange` Postfix.dedupMainCf
`onChange` Service.restarted "postfix"
`describe` "postfix configured"
, Apt.serviceInstalledRunning "dovecot-imapd"