puppetlabs-postgresql
puppetlabs-postgresql copied to clipboard
Puppet module for managing PostgreSQL
## Describe the Bug When using the module, and specifying the version as "14.5", the puppet run errors out with "Nothing to do". The output shows: Error: Execution of '/bin/yum...
## Summary `auth_option` may contain sensitive Data, f.e. LDAP-Password. So let `auth_option` accept Puppet-Type `Sensitive`. The consuming EPP is able to handle sensitive Data natively, and will return the rendered...
## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...
## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...
## Describe the Bug I'm using puppetlabs-postgresql 10.3.0 together with puppetlabs-puppetdb 8.1.0. In `database/postgresql.pp` manifest of puppetlabs-puppetdb, `postgresql::server::extension` class is called: ``` postgresql::server::extension { 'pg_trgm': database => $database_name, require =>...
## Summary Using `File.open` without closing it can leak file descriptors. It's actually not needed at all because `File.foreach`, `File.readlines` and `File.write` all accept a filename. This simplifies the code...
## Summary This PR fixes [1575](https://github.com/puppetlabs/puppetlabs-postgresql/issues/1575) ## Additional Context ## Related Issues (if any) ## Checklist I was hitting [1575](https://github.com/puppetlabs/puppetlabs-postgresql/issues/1575) when using a Deferred password. With this fix, puppet creates...
The default installation of Pg allows public to connect - given proper pg_hba entries. The REVOKE subltely breaks expected usage. ## Summary Provide a detailed description of all the changes...
(PF-3525) - pdk update for module pdk version: `3.2.0`
## Summary Add ADMIN option when granting a role ## Additional Context Add any additional context about the problem here. - [ ] Root cause and the steps to reproduce....