saltstack-formulas / postgres-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
77 stars 283 forks source link

test(repository): keyring should not be installed in debian family #330

Open javierbertoli opened 1 year ago

javierbertoli commented 1 year ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Fixes tests for #328

Describe the changes you're proposing

As described in #327, since package postgresql-common version 247, the keyring is included in upstream's package, so it does not need to be included. This PR fixes the tests for it.

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context