mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
test(repository): keyring should not be installed in debian family
This commit is contained in:
parent
12666c3b13
commit
f4e6fe8ca0
1 changed files with 2 additions and 2 deletions
|
@ -26,14 +26,14 @@ when 'debian'
|
|||
end
|
||||
|
||||
control 'Postgresql repository keyring' do
|
||||
title 'should be installed'
|
||||
title 'should not be installed'
|
||||
|
||||
only_if('Requirement for Debian family') do
|
||||
os.debian?
|
||||
end
|
||||
|
||||
describe package('pgdg-keyring') do
|
||||
it { should be_installed }
|
||||
it { should_not be_installed }
|
||||
end
|
||||
|
||||
describe file(repo_keyring) do
|
||||
|
|
Loading…
Add table
Reference in a new issue