]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
and that didn't work
authorStephen Gran <steve@lobefin.net>
Sun, 18 Apr 2010 11:00:01 +0000 (12:00 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 18 Apr 2010 11:00:01 +0000 (12:00 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index a6e2bc3d47ad5c253ae8856edb69afa6d6301cd2..a0c95c05f261b0fe829878dbb94a50e1b02e629f 100644 (file)
@@ -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 %>