From: Paula Muir Date: Tue, 20 Dec 2022 11:52:22 +0000 (+0000) Subject: (GH-1518) - Declare minimum Puppet version 6.24.0 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c6708d1f0fada5829cd72789ab831d9b5812ee51;p=puppet-modules%2Fpuppetlabs-apt.git (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 --- 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",