And fix the smarthost template somewhat
[mirror/dsa-puppet.git] / modules / exim / templates / eximconf.erb
index c8be351..83a630f 100644 (file)
@@ -1584,7 +1584,7 @@ remote_smtp_smarthost:
   delay_after_cutoff = false
   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 -%>