Skip to content

Commit 3051b65

Browse files
committed
Fix lower bound the of puppetlabs-postgresql dependency
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
1 parent aebcbea commit 3051b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "puppetlabs/postgresql",
17-
"version_requirement": ">= 9.2.0 < 11.0.0"
17+
"version_requirement": ">= 10.0.0 < 11.0.0"
1818
},
1919
{
2020
"name": "puppetlabs/firewall",

0 commit comments

Comments
 (0)