Closed javierbertoli closed 3 years ago
This is the exact contrary of this https://github.com/saltstack-formulas/postgres-formula/pull/300
which was introduced because when use_upstream_repo: True
on FreeBSD
the require: postgresql-repo
fails to find the right due probably to this line https://github.com/saltstack-formulas/postgres-formula/blob/7d46b273af8ae46b2e2c9bfec41b417c6eeb24aa/postgres/upstream.sls#L4
Not sure of what I am saying, I had the exact same problem today but this PR need to be double checked
Ok, it seems to have no issue in this manner. Thanks @javierbertoli
Thanks to you both!
:tada: This PR is included in version 0.41.6 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
PR progress checklist (to be filled in by reviewers)
What type of PR is this?
Primary type
[build]
Changes related to the build system[chore]
Changes to the build process or auxiliary tools and libraries such as documentation generation[ci]
Changes to the continuous integration configuration[feat]
A new feature[fix]
A bug fix[perf]
A code change that improves performance[refactor]
A code change that neither fixes a bug nor adds a feature[revert]
A change used to revert a previous commit[style]
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)Secondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?No.
Related issues and/or pull requests
Describe the changes you're proposing
When installing a
postgresql-client
using upstream's repo, the formula fails to install the repo because arequire_in
dependency expects thepostgresql-server
package. This PR moves the dependency to theserver/init.sls
state.Pillar / config required to test the proposed changes
The issue can be reproduced using this pillar
and this command
Debug log showing how the proposed changes work
Documentation checklist
README
(e.g.Available states
).pillar.example
.Testing checklist
state_top
).Additional context