Skip to content

Commit

Permalink
Fix lower bound the of puppetlabs-postgresql dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
smortex committed May 2, 2024
1 parent aebcbea commit 3051b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 9.2.0 < 11.0.0"
"version_requirement": ">= 10.0.0 < 11.0.0"
},
{
"name": "puppetlabs/firewall",
Expand Down

0 comments on commit 3051b65

Please sign in to comment.