eximconf.erb: we want linebreaks after these variable includes
[mirror/dsa-puppet.git] / modules / exim / templates / eximconf.erb
index 83a630f..f147d43 100644 (file)
@@ -1582,9 +1582,9 @@ remote_smtp_smarthost:
   debug_print = "T: remote_smtp_smarthost for $local_part@$domain"
   driver = smtp
   delay_after_cutoff = false
-  port = <%= @marthost_port -%>
+  port = <%= @marthost_port %>
   tls_tempfail_tryclear = false
-  hosts_require_tls = <%= scope.lookupvar('deprecated::nodeinfo')['smarthost'] -%>
+  hosts_require_tls = <%= scope.lookupvar('deprecated::nodeinfo')['smarthost'] %>
   tls_certificate = /etc/exim4/ssl/thishost.crt
   tls_privatekey = /etc/exim4/ssl/thishost.key
 <%- end -%>