projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b939e79
)
and that didn't work
author
Stephen Gran
<steve@lobefin.net>
Sun, 18 Apr 2010 11:00:01 +0000
(12:00 +0100)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
a6e2bc3
..
a0c95c0
100644
(file)
--- 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 %>