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

Fix lower bound the of puppetlabs-postgresql dependency #402

Closed smortex closed 6 months ago

smortex commented 6 months ago

The changes introduced in #392 require changes that where introduced in version 10.0.0 of the puppetlabs-postgresql module, but the lower version of the module was not properly updated in this PR.

Fix the lower bound of the dependency to indicate that version 10 of the puppetlabs-postgresql module is required for proper operation.

Fixes #401

smortex commented 6 months ago

Labelled this as a bugfix because #392 should have been marked as a breaking-change (but was not) and the last version is a major version bump which is broken under some circumstances that this PR intend to fix.