X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=templates%2Fexim-local-auto.erb;h=e3e4f07fe4a625b812c331730c9d61335675cc59;hb=55aa63e1ea1b8425b75ad18fb9ea07b3c27f3f5d;hp=e2310b37a166509364d55e396bb7d5d96da68212;hpb=607669abc754cd063210615573e7cba768ea86c3;p=mirror%2Fdsa-puppet.git diff --git a/templates/exim-local-auto.erb b/templates/exim-local-auto.erb index e2310b37a..e3e4f07fe 100644 --- a/templates/exim-local-auto.erb +++ b/templates/exim-local-auto.erb @@ -36,3 +36,8 @@ HAVE_USER_QA = 1 <% else -%> # HAVE_USER_QA is undefined <% end -%> +<% if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" -%> +USE_TLS = 1 +<% else -%> +# USE_TLS is undefined +<% end -%>