|
241 | 241 | 'city' => 'Some City', |
242 | 242 | 'organization' => 'example.org', |
243 | 243 | |
244 | | - 'compression' => 'fake_compression', |
| 244 | + 'compression' => 'compress lz4', |
245 | 245 | 'port' => '123', |
246 | 246 | 'proto' => 'udp', |
247 | 247 | 'group' => 'someone', |
|
293 | 293 | it { is_expected.to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^proto\s+udp$}) } |
294 | 294 | it { is_expected.not_to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^proto\s+tls-server$}) } |
295 | 295 | it { is_expected.to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^port\s+123$}) } |
296 | | - it { is_expected.to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^fake_compression$}) } |
| 296 | + it { is_expected.to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^compress lz4$}) } |
297 | 297 | it { is_expected.to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^group\s+someone$}) } |
298 | 298 | it { is_expected.to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^user\s+someone$}) } |
299 | 299 | it { is_expected.to contain_file('/etc/openvpn/test_server.conf').with_content(%r{^log\-append\s+/var/log/openvpn/test_server\.log$}) } |
|
377 | 377 | 'city' => 'Some City', |
378 | 378 | 'organization' => 'example.org', |
379 | 379 | |
380 | | - 'compression' => 'fake_compression', |
| 380 | + 'compression' => 'compress lz4', |
381 | 381 | 'port' => '123', |
382 | 382 | 'proto' => 'udp', |
383 | 383 | 'group' => 'someone', |
|
683 | 683 | 'city' => 'Some City', |
684 | 684 | 'organization' => 'example.org', |
685 | 685 | |
686 | | - 'compression' => 'fake_compression', |
| 686 | + 'compression' => 'compress lz4', |
687 | 687 | 'port' => '123', |
688 | 688 | 'proto' => 'udp', |
689 | 689 | 'group' => 'someone', |
|
0 commit comments