Skip to content

Commit 4e72219

Browse files
Update templates/mailhost/mailhost_ssl_settings.epp
Co-authored-by: Tim Meusel <tim@bastelfreak.de>
1 parent b00ca8d commit 4e72219

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/mailhost/mailhost_ssl_settings.epp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Optional[String] $ssl_ecdh_curve,
88
Optional[String] $ssl_key,
99
Optional[String] $ssl_password_file,
10-
Optional[Enum['on', 'off']] $ssl_prefer_server_ciphers,
10+
Enum['on', 'off'] $ssl_prefer_server_ciphers,
1111
Optional[String] $ssl_protocols,
1212
Optional[String] $ssl_session_cache,
1313
Optional[String] $ssl_session_ticket_key,
@@ -45,9 +45,7 @@
4545
<%- if $ssl_password_file { -%>
4646
ssl_password_file <%= $ssl_password_file %>;
4747
<%- } -%>
48-
<% if $ssl_prefer_server_ciphers { -%>
4948
ssl_prefer_server_ciphers <%= $ssl_prefer_server_ciphers %>;
50-
<%- } -%>
5149
<% if $ssl_protocols { -%>
5250
ssl_protocols <%= $ssl_protocols %>;
5351
<%- } -%>

0 commit comments

Comments
 (0)