File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' }
You can’t perform that action at this time.
0 commit comments