-
Notifications
You must be signed in to change notification settings - Fork 610
Add postgresql::server::extension definition #521
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
Conversation
|
i'd pass two optional parameters:
otherwise, 👍 |
|
@igalic In that case, I guess https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/manifests/server/postgis.pp would be refactored so |
|
As in #522 |
|
+1 |
1 similar comment
|
+1 |
|
@igalic how about that? |
|
looks good to me.! |
|
Squashed. |
|
@cmurphy: ping |
|
Could you add docs to the README? |
|
@cmurphy Done. |
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a define and not a class, to be consistent this should be changed to Resource: and moved to be with the other resources
|
Sorry for that, just fixed it @cmurphy |
|
travis' failures can mostly be ignored… |
|
Yes indeed… |
Add postgresql::server::extension definition
Add postgresql::server::extension definition
This PR adds a
postgresql::server::extensiondefinition used to activate an extension on a given database.