puppetlabs-puppetdb icon indicating copy to clipboard operation
puppetlabs-puppetdb copied to clipboard

A puppet module for installing and managing puppetdb

Results 56 puppetlabs-puppetdb issues
Sort by recently updated
recently updated
newest added

Prior to this patch, many classes in the puppetdb module overrode the `Ini_setting` type with their own (different) parameters & values, resulting in a Russian roulette of dynamically-scoped default parameters...

needs-rebase
needs-tests

When I install and configure PuppetDB 7.11.0 (latest) using PuppetDB Puppet Module version 7.10.0 (latest), PuppetDB emits these warnings: ``` The [database] classname config option has been retired and will...

backwards-incompatible

backwards-incompatible

Please check out the suggested PR. It fixes the case when we need to have RO user for the database.

Documentation at [puppet.com](https://puppet.com/docs/puppetdb/7/puppetdb_connection.html#server_urls) states that multiple server_urls can be specified > You can use a comma-separated list of URLs if there are multiple PuppetDB instances available. A server_urls config that...

feature
needs-tests

resubmit of #344 from the awesome @smortex

The postgresql module added support for DNF modules to install postgres at specific versions on RHEL 8. However in order to install a non-default version, like we need to test...

needs-work

I'm currently in the process of deploying standalone puppetdb hosts, which connect to a managed database on a cloud provider. The entire read_database section caused me a large amount of...