Update postgresql.pp with postgresql contrib package#225
Update postgresql.pp with postgresql contrib package#225kbarber merged 2 commits intopuppetlabs:masterfrom PascalBourdier:postgresql-contrib
Conversation
postgresql contrib package is needed to avoid warn message about pg_trgm indexes
|
I have a PR that fixes the travis failures here: #227 |
|
@PascalBourdier is this enough to remove the warnings though? Because afaik we don't run the 'CREATE EXTENSION' bit ourselves, and this would be needed. So perhaps a defined resource can be used to install the pg_trgm extension for the puppetdb db for this to be automated fully: Or something to this effect? |
|
@PascalBourdier have you had some time to consider my comments yet? |
|
Hi, Sorry I am in a travel but I make your corrections as soon as possible. Regards Le mercredi 27 avril 2016, Ken Barber notifications@github.com a écrit :
Pascal |
|
@PascalBourdier if you have the time, let us know. I think others are asking for this, so perhaps we'll just submit our own PR for this to update yours. |
add pg_trgm postgresql extension and contrib package for dependency
|
@PascalBourdier thanks, tested this and it looks good. |
postgresql contrib package is needed to avoid warn message about pg_trgm indexes