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.
1 parent f0488ba commit 4d25c11Copy full SHA for 4d25c11
spec/classes/openssl_spec.rb
@@ -14,7 +14,7 @@
14
context 'on not OpenBSD', if: facts[:osfamily] != 'OpenBSD' do
15
it {
16
is_expected.to contain_package('openssl').
17
- with_ensure('present').
+ with_ensure('installed').
18
with_name('openssl')
19
}
20
end
0 commit comments