We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c83c487 + b728250 commit 529684cCopy full SHA for 529684c
spec/defines/openvpn_ca_spec.rb
@@ -27,7 +27,7 @@
27
}
28
end
29
30
- it { is_expected.to contain_package('easy-rsa').with('ensure' => 'present') }
+ it { is_expected.to contain_package('easy-rsa').with('ensure' => 'installed') }
31
it {
32
is_expected.to contain_file("#{server_directory}/test_server/crl.pem").with(
33
'mode' => '0640',
0 commit comments