From 3051b656df3f2f65203d80b69f1355c3d885a71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 2 May 2024 09:35:25 -1000 Subject: [PATCH] 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 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index a8d6ac98..348a7b9d 100644 --- a/metadata.json +++ b/metadata.json @@ -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",