saltstack-formulas / postgres-formula

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

fix(suse): version 11+ repo support on suse #303

Closed noelmcloughlin closed 3 years ago

noelmcloughlin commented 3 years 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

302

Describe the changes you're proposing

The formula does not work on OpenSUSE using no-pillars. This PR is solution.

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Summary for local
-------------
Succeeded: 32 (changed=23)
Failed:     0
-------------
Total states run:     32
Total run time:  386.522 s

opensuse15:/home/vagrant # cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.2"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.2"
PRETTY_NAME="openSUSE Leap 15.2"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.2"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"

opensuse15:/home/vagrant # rpm -qa | grep postgres
postgresql11-server-11.10-1PGDG.sles15.x86_64
postgresql11-11.10-1PGDG.sles15.x86_64
postgresql11-libs-11.10-1PGDG.sles15.x86_64

Documentation checklist

Testing checklist

Additional context

saltstack-formulas-travis commented 3 years ago

:tada: This PR is included in version 0.41.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: