Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/68006
Change subject: Typo fix ...................................................................... Typo fix Surely we wanted "false" instead of "false " here. Change-Id: I5d23bc7925c025d7ed77af9e39ea7ce9e91c5580 --- M templates/exim/exim4.conf.SMTP_IMAP_MM.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/06/68006/1 diff --git a/templates/exim/exim4.conf.SMTP_IMAP_MM.erb b/templates/exim/exim4.conf.SMTP_IMAP_MM.erb index 0a14673..c3757ac 100644 --- a/templates/exim/exim4.conf.SMTP_IMAP_MM.erb +++ b/templates/exim/exim4.conf.SMTP_IMAP_MM.erb @@ -40,7 +40,7 @@ <% if enable_mail_relay == "secondary" then -%> domainlist secondary_domains = @mx_secondary/ignore=127.0.0.1 <% end -%> -<%if enable_mail_relay != "false "%> +<%if enable_mail_relay != "false"%> domainlist relay_domains = lsearch;CONFDIR/relay_domains <% end -%> -- To view, visit https://gerrit.wikimedia.org/r/68006 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5d23bc7925c025d7ed77af9e39ea7ce9e91c5580 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
