We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12666c3 commit fa812f2Copy full SHA for fa812f2
kitchen.yml
@@ -358,4 +358,4 @@ suites:
358
repo.sls: test/salt/pillar/repo.sls
359
verifier:
360
inspec_tests:
361
- - path: test/integration/repo
+ - path: test/integration/repo
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