|
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$}) } |
|
396 | 396 | 'city' => 'Some City', |
397 | 397 | 'organization' => 'example.org', |
398 | 398 | |
399 | | - 'compression' => 'fake_compression', |
| 399 | + 'compression' => 'compress lz4', |
400 | 400 | 'port' => '123', |
401 | 401 | 'proto' => 'udp', |
402 | 402 | 'group' => 'someone', |
|
702 | 702 | 'city' => 'Some City', |
703 | 703 | 'organization' => 'example.org', |
704 | 704 | |
705 | | - 'compression' => 'fake_compression', |
| 705 | + 'compression' => 'compress lz4', |
706 | 706 | 'port' => '123', |
707 | 707 | 'proto' => 'udp', |
708 | 708 | 'group' => 'someone', |
|
0 commit comments