saltstack-formulas / postgres-formula

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

Add support for Debian 12 distro packages in codenamemap #332

Closed brettcs closed 6 months ago

brettcs commented 7 months 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

Describe the changes you're proposing

Add Debian 12 to the codemap to support its distro packages of PostgreSQL.

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

lelutin commented 6 months ago

Hello! I'd like to add a note so there's another user saying they need this. I also need support for bookworm (debian 12) added.

I've tested the changes suggested in this PR and, without testing out all of the feature, I'm now able to get postgres installed, users created and an extension created. So the proposed change does seem to work as expected.