From c6708d1f0fada5829cd72789ab831d9b5812ee51 Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Tue, 20 Dec 2022 11:52:22 +0000 Subject: [PATCH] (GH-1518) - Declare minimum Puppet version 6.24.0 In codebase hardening efforts the commands are passed as an array, but this feature was only introduced in Puppet 6.24.0[1]. This raises the minimum version to match, since it's no longer possible to use the module on anything older. [1]: https://puppet.com/docs/puppet/6/release_notes_puppet.html#enhancements_puppet_x-7-9-0-PUP-5704 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f90d8e4..7b6bc1d 100644 --- a/metadata.json +++ b/metadata.json @@ -33,7 +33,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.0.0 < 8.0.0" + "version_requirement": ">= 6.24.0 < 8.0.0" } ], "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", -- 2.45.2