Skip to content

Commit fa812f2

Browse files
committed
test(repository): keyring should not be installed in debian family
1 parent 12666c3 commit fa812f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kitchen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ suites:
358358
repo.sls: test/salt/pillar/repo.sls
359359
verifier:
360360
inspec_tests:
361-
- path: test/integration/repo
361+
- path: test/integration/repo

test/integration/repo/controls/repository.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
end
2727

2828
control 'Postgresql repository keyring' do
29-
title 'should be installed'
29+
title 'should not be installed'
3030

3131
only_if('Requirement for Debian family') do
3232
os.debian?
3333
end
3434

3535
describe package('pgdg-keyring') do
36-
it { should be_installed }
36+
it { should_not be_installed }
3737
end
3838

3939
describe file(repo_keyring) do

0 commit comments

Comments
 (0)