Skip to content

Commit 529684c

Browse files
authored
Merge pull request #405 from root-expert/ensure-change
2 parents c83c487 + b728250 commit 529684c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/openvpn_ca_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
end
2929

30-
it { is_expected.to contain_package('easy-rsa').with('ensure' => 'present') }
30+
it { is_expected.to contain_package('easy-rsa').with('ensure' => 'installed') }
3131
it {
3232
is_expected.to contain_file("#{server_directory}/test_server/crl.pem").with(
3333
'mode' => '0640',

0 commit comments

Comments
 (0)