Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround a bug in saltstack/salt#37935 for release v2016.11.0 #132

Merged

Conversation

vutny
Copy link
Contributor

@vutny vutny commented Dec 1, 2016

This PR adds a workaround for Salt issue saltstack/salt#37935 which was introduced in release 2016.11.0. It seems to be fixed now by PR saltstack/salt#37993, and the fix should be available in the future point release.

Till that moment we still have the latest stable Salt packages available at https://repo.saltstack.com which do have mentioned bug. It affects all PostgreSQL versions for RHEL systems installed from the upstream repository.

Proposed workaround is to make sure that the PostgreSQL server binaries also available in the system $PATH, as it was done with client executables earlier. It also may be useful for some people managing parts of the installation manually.
The postgresql.manage state will include a dependency for the postgres.server state (which installs binaries) only for particular Salt version 2016.11.0 on RHEL platforms.

Ping @gravyboat

@gravyboat
Copy link
Contributor

Good stuff, thanks for addressing this!

@gravyboat gravyboat merged commit 663db90 into saltstack-formulas:master Dec 1, 2016
@vutny vutny deleted the workaround-salt-bug-37935 branch December 2, 2016 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants