puppetlabs / puppetlabs-puppetdb

A puppet module for installing and managing puppetdb
https://forge.puppetlabs.com/puppetlabs/puppetdb
Apache License 2.0
55 stars 231 forks source link

Make `puppet_confdir` configurable #376

Closed h0tw1r3 closed 11 months ago

h0tw1r3 commented 11 months ago

$settings::<> vars should generally be configurable because they hold the compilers value. This can be a problem if for example you're trying to use this module with Bolt, which returns a temp directory.

I'm not a fan of the globals (or params) class, but this gets the job done in lieu of overhauling the module to meet current standards.

Hopefully issues can be enabled soon so we can start collaborating on bringing this module into the current century.