This commit is contained in:
Javier Bértoli 2024-05-25 19:17:47 +11:00 committed by GitHub
commit 1f578ee4a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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