Skip to content

Commit df1825f

Browse files
Dinesh GujarDinesh Gujar
Dinesh Gujar
authored and
Dinesh Gujar
committed
CAT-1347 ssl changes revert
1 parent 486cb24 commit df1825f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/vhost/_ssl.erb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
SSLProtocol <%= [@ssl_protocol].flatten.compact.join(' ') %>
1414
<%- end -%>
1515
<%- if @ssl_cipher -%>
16-
<%- if @ssl_cipher.kind_of?(String) -%>
16+
<%- if @ssl_cipher.kind_of?(String) -%>
1717
SSLCipherSuite <%= @ssl_cipher %>
18-
<%- elsif @ssl_cipher.kind_of?(Hash) -%>
19-
<%- @ssl_cipher.map do |protocol, cipher| -%>
18+
<%- elsif @ssl_cipher.kind_of?(Hash) -%>
19+
<%- @ssl_cipher.map do |protocol, cipher| -%>
2020
SSLCipherSuite <%= protocol %> <%= cipher%>
21-
<%- end -%>
22-
<%- else -%>
23-
SSLCipherSuite <%= @ssl_cipher.flatten.compact.join(':') %>
2421
<%- end -%>
22+
<%- else -%>
23+
SSLCipherSuite <%= @ssl_cipher.flatten.compact.join(':') %>
24+
<%- end -%>
2525
<%- end -%>
2626
<%- if not @ssl_honorcipherorder.nil? -%>
2727
SSLHonorCipherOrder <%= scope.call_function('apache::bool2httpd', [@_ssl_honorcipherorder]) %>

0 commit comments

Comments
 (0)