Skip to content

Commit a6526cb

Browse files
committed
change apache::vhost ssl_honorcipherorder acceptance test
1 parent 9f6093e commit a6526cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/apache_ssl_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class { 'apache':
6565
ssl_certs_dir => '/tmp',
6666
ssl_protocol => 'test',
6767
ssl_cipher => 'test',
68-
ssl_honorcipherorder => 'test',
68+
ssl_honorcipherorder => true,
6969
ssl_verify_client => 'require',
7070
ssl_verify_depth => 'test',
7171
ssl_options => ['test', 'test1'],
@@ -89,7 +89,7 @@ class { 'apache':
8989
it { is_expected.to contain 'SSLProxyEngine On' }
9090
it { is_expected.to contain 'SSLProtocol test' }
9191
it { is_expected.to contain 'SSLCipherSuite test' }
92-
it { is_expected.to contain 'SSLHonorCipherOrder test' }
92+
it { is_expected.to contain 'SSLHonorCipherOrder On' }
9393
it { is_expected.to contain 'SSLVerifyClient require' }
9494
it { is_expected.to contain 'SSLVerifyDepth test' }
9595
it { is_expected.to contain 'SSLOptions test test1' }

0 commit comments

Comments
 (0)