From: Stephen Gran Date: Sun, 18 Apr 2010 11:00:01 +0000 (+0100) Subject: and that didn't work X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=inline;h=95d41923f103f185b4b0bc5bee7d090eb705cfcf;p=mirror%2Fdsa-puppet.git and that didn't work Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index a6e2bc3d4..a0c95c05f 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1457,7 +1457,7 @@ remote_smtp: driver = smtp connect_timeout = 1m delay_after_cutoff = false -<%= if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" %> +<% if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" %> tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key <% end %>