summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2014-07-17 23:32:29 -0400
committerJoey Hess2014-07-17 23:33:10 -0400
commit55a638ad4c7605041ece96843a1d608d40c2984d (patch)
tree2ff6abb26da843c8ec22b64d8b7fe7d984093653 /src/Propellor/Property/SiteSpecific
parentc65e9adc7f2cbd80df3f58f188a8efa9bdf42b45 (diff)
Fix bug in File.containsLines that caused lines that were already in the file to sometimes be appended to the end.
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-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 e00c3191..a4d335e3 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"