summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2014-07-18 14:33:30 -0400
committerJoey Hess2014-07-18 14:33:30 -0400
commit0d188bf5f6a1ad519a660e06d7e74c6cf683ff32 (patch)
tree7387c2a0dcf7769dfddd8285bee1d06a9e50ab26 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent0f3faffd360cc222bfeef92a8bcbeb23b7a0c5b1 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-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 d1f22fc1..14cae614 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -461,7 +461,7 @@ kiteMailServer = propertyList "kitenet.net mail server"
`onChange` Postfix.reloaded
, Postfix.mappedFile "/etc/postfix/relay_clientcerts" $
flip File.hasPrivContentExposed ctx
- , Postfix.mainCf `File.containsLines`
+ , Postfix.mainCfFile `File.containsLines`
[ "myhostname = kitenet.net"
, "mydomain = $myhostname"
, "append_dot_mydomain = no"