-
Notifications
You must be signed in to change notification settings - Fork 614
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
Examples of how to use a non-default version of postgres #4
Comments
Looking at the source code its not obvious to me how to do this. If some gives me some hints I'll submit a pull request and add it to the tests and README. |
So, peeking at the existing manifests, it looks like there is a little bit of missing plumbing. What probably need to happen is that types like Maybe not quite as easy as I thought when I originally added the issue. |
There is in an example of this in the |
This needs at least one more example, for debian. |
There are examples in the tests directory now. The example code is the same for redhat/debian. |
It would be nice to have some example manifests in the "tests" directory which demonstrated how to use a non-default version of postgres. So, e.g., on CentOS6, the default is postgres 8.4. However, if you add the postgres RPM package repos, you can install postgres 9.1. The module supports this but we don't illustrate how you'd go about configuring your setup to take advantage of it.
The text was updated successfully, but these errors were encountered: