From d5ba24f38e2065f7f4dfcbd0b3c5824c249445c5 Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Tue, 20 Dec 2022 11:54:57 +0000 Subject: [PATCH] (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. --- 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.32.3