From: Stephen Gran Date: Thu, 21 May 2009 22:02:54 +0000 (+0100) Subject: Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6438ffad650510548a6308f8c00a459eb4d4c522;hp=536702b5d71e788433e616b68153ba9b7d6fcb60;p=mirror%2Fdsa-puppet.git Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index e0ac658bf..8038d0e6b 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1303,6 +1303,7 @@ remote_smtp_smarthost: out += nodeinfo['smarthost_port'].to_s + "\n" if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" out += ' tls_tempfail_tryclear = false + hosts_require_tls = ' + nodeinfo['smarthost'] + ' tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key '