add ability to manage postgres repo#162
Merged
kbarber merged 3 commits intopuppetlabs:masterfrom Feb 3, 2015
Merged
Conversation
the module triggers puppetlabs-postgresql which is able to handle yum/apt repos from the postgres devs. Usefull in cases that your operating system doesn't provide the newest release. this feature is disabled by default fix typo
Contributor
There was a problem hiding this comment.
I don't mind the default being the latest, I can see this being another annoying place to constantly update however :-). Kind of wish there was a way to just say 'give me the latest always' instead. But hohum, yes 9.4 is fine.
Contributor
|
@bastelfreak this will need updates to the README.md to cover the new parameters, can you please add these? We'll also need to functionally test this as well. |
Collaborator
Author
|
@kbarber updated the README.md. Can you offer any help or tutorials for the needed functionally test? |
Contributor
|
Don't worry @bastelfreak the functional test is on us to do today. We'll move this back into for review, thanks. |
Collaborator
Author
|
ah okay. let me know if you need additional changes or if I should do a rebase |
kbarber
added a commit
that referenced
this pull request
Feb 3, 2015
add ability to manage postgres repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the module triggers puppetlabs-postgresql which is able to handle yum/apt repos from the postgres devs. Usefull in cases that your operating system doesn't provide the newest release. this feature is disabled by default
just migrated my puppetdb postgres 9.2 from centos7 to 9.4, working fine with two puppet runs.