File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
SSLProtocol <%= [@ssl_protocol].flatten.compact.join(' ') %>
14
14
<%- end -%>
15
15
<%- if @ssl_cipher -%>
16
- <%- if @ssl_cipher.kind_of?(String) -%>
16
+ <%- if @ssl_cipher.kind_of?(String) -%>
17
17
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| -%>
20
20
SSLCipherSuite <%= protocol %> <%= cipher%>
21
- <%- end -%>
22
- <%- else -%>
23
- SSLCipherSuite <%= @ssl_cipher.flatten.compact.join(':') %>
24
21
<%- end -%>
22
+ <%- else -%>
23
+ SSLCipherSuite <%= @ssl_cipher.flatten.compact.join(':') %>
24
+ <%- end -%>
25
25
<%- end -%>
26
26
<%- if not @ssl_honorcipherorder.nil? -%>
27
27
SSLHonorCipherOrder <%= scope.call_function('apache::bool2httpd', [@_ssl_honorcipherorder]) %>
You can’t perform that action at this time.
0 commit comments