diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 14:33:30 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 14:33:30 -0400 |
| commit | 0d188bf5f6a1ad519a660e06d7e74c6cf683ff32 (patch) | |
| tree | 7387c2a0dcf7769dfddd8285bee1d06a9e50ab26 /src/Propellor/Property/SiteSpecific | |
| parent | 0f3faffd360cc222bfeef92a8bcbeb23b7a0c5b1 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
| -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 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" |
