We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12666c3 commit d816f4eCopy full SHA for d816f4e
kitchen.yml
@@ -359,3 +359,4 @@ suites:
359
verifier:
360
inspec_tests:
361
- path: test/integration/repo
362
+
test/integration/repo/controls/repository.rb
@@ -26,14 +26,14 @@
26
end
27
28
control 'Postgresql repository keyring' do
29
- title 'should be installed'
+ title 'should not be installed'
30
31
only_if('Requirement for Debian family') do
32
os.debian?
33
34
35
describe package('pgdg-keyring') do
36
- it { should be_installed }
+ it { should_not be_installed }
37
38
39
describe file(repo_keyring) do
0 commit comments