File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class { 'apache':
5050 ssl_ca => '/tmp/ssl_ca',
5151 ssl_crl_path => '/tmp/ssl_crl_path',
5252 ssl_crl => '/tmp/ssl_crl',
53- ssl_crl_check => 'chain',
53+ ssl_crl_check => 'chain flag ',
5454 ssl_certs_dir => '/tmp',
5555 ssl_protocol => 'test',
5656 ssl_cipher => 'test',
@@ -83,7 +83,7 @@ class { 'apache':
8383 it { is_expected . to contain 'SSLVerifyDepth test' }
8484 it { is_expected . to contain 'SSLOptions test test1' }
8585 if apache_hash [ 'version' ] == '2.4'
86- it { is_expected . to contain 'SSLCARevocationCheck " chain" ' }
86+ it { is_expected . to contain 'SSLCARevocationCheck chain flag ' }
8787 else
8888 it { is_expected . not_to contain 'SSLCARevocationCheck' }
8989 end
Original file line number Diff line number Diff line change 3434 SSLVerifyDepth <%= @ssl_verify_depth %>
3535 <%- end -%>
3636 <%- if @ssl_crl_check && scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
37- SSLCARevocationCheck " <%= @ssl_crl_check %> "
37+ SSLCARevocationCheck <%= @ssl_crl_check %>
3838 <%- end -%>
3939 <%- end -%>
4040 <%- if @ssl_options -%>
You can’t perform that action at this time.
0 commit comments