From 186c729cdfd04a0f7d4c047fa78ab216c97e10ff Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 18 Aug 2023 14:12:37 +0200 Subject: [PATCH] Raise Puppet lower bound to >= 7.9.0 Similar to eb5b4c04e42c1711ef5d851e493a76ea4420ba63 this module uses PUP-5704[1] which was only introduced in Puppet 7.9.0. [1]: https://www.puppet.com/docs/puppet/7/release_notes_puppet.html#enhancements_puppet_x-7-9-0-PUP-5704 Fixes: 8070478d41a8c2f3a912b05904ac77a0b08bbe04 ("(CONT-772) Update metadata.json and Gemfile") --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 6a49d16645..3451c94ea0 100644 --- a/metadata.json +++ b/metadata.json @@ -83,7 +83,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 7.0.0 < 9.0.0" + "version_requirement": ">= 7.9.0 < 9.0.0" } ], "description": "Module for Apache configuration",