puppetlabs-puppetdb
puppetlabs-puppetdb copied to clipboard
A puppet module for installing and managing puppetdb
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...
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...
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...
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...
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...