We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbaf1d commit d2bc046Copy full SHA for d2bc046
spec/acceptance/apache_ssl_spec.rb
@@ -50,7 +50,7 @@ class { 'apache':
50
ssl_ca => '/tmp/ssl_ca',
51
ssl_crl_path => '/tmp/ssl_crl_path',
52
ssl_crl => '/tmp/ssl_crl',
53
- ssl_crl_check => 'chain',
+ ssl_crl_check => 'chain flag',
54
ssl_certs_dir => '/tmp',
55
ssl_protocol => 'test',
56
ssl_cipher => 'test',
@@ -83,7 +83,7 @@ class { 'apache':
83
it { is_expected.to contain 'SSLVerifyDepth test' }
84
it { is_expected.to contain 'SSLOptions test test1' }
85
if apache_hash['version'] == '2.4'
86
- it { is_expected.to contain 'SSLCARevocationCheck "chain"' }
+ it { is_expected.to contain 'SSLCARevocationCheck chain flag' }
87
else
88
it { is_expected.not_to contain 'SSLCARevocationCheck' }
89
end
0 commit comments