From: Paula Muir Date: Tue, 20 Dec 2022 11:54:57 +0000 (+0000) Subject: (bugfix) - Declare minimum Puppet version 6.24.0 X-Git-Tag: v9.0.1~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fbugfix-bump_minimum_puppet_version;p=puppet-modules%2Fpuppetlabs-apt.git (bugfix) - 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.01. This raises the minimum version to match, since it's no longer possible to use the module on anything older. --- 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",