File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class { 'apache':
65
65
ssl_certs_dir => '/tmp',
66
66
ssl_protocol => 'test',
67
67
ssl_cipher => 'test',
68
- ssl_honorcipherorder => 'test' ,
68
+ ssl_honorcipherorder => true ,
69
69
ssl_verify_client => 'require',
70
70
ssl_verify_depth => 'test',
71
71
ssl_options => ['test', 'test1'],
@@ -89,7 +89,7 @@ class { 'apache':
89
89
it { is_expected . to contain 'SSLProxyEngine On' }
90
90
it { is_expected . to contain 'SSLProtocol test' }
91
91
it { is_expected . to contain 'SSLCipherSuite test' }
92
- it { is_expected . to contain 'SSLHonorCipherOrder test ' }
92
+ it { is_expected . to contain 'SSLHonorCipherOrder On ' }
93
93
it { is_expected . to contain 'SSLVerifyClient require' }
94
94
it { is_expected . to contain 'SSLVerifyDepth test' }
95
95
it { is_expected . to contain 'SSLOptions test test1' }
You can’t perform that action at this time.
0 commit comments