From acb57af9252b9ff1ac3fb4a0e0f0a60d0a390c56 Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Fri, 10 Feb 2023 10:33:55 -0800 Subject: (MODULES-11371) Updates PDK template This commit runs `pdk update` using the most recent template at the time (2.7.1) and updates metadata.json to allow Puppet versions < 9.0.0 in preparation for the release of Puppet 8. --- metadata.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index eb6b5dc..743a4f1 100644 --- a/metadata.json +++ b/metadata.json @@ -51,10 +51,10 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.0.0 < 8.0.0" + "version_requirement": ">= 6.0.0 < 9.0.0" } ], - "pdk-version": "2.3.0", - "template-url": "https://github.com/puppetlabs/pdk-templates#2.2.0", - "template-ref": "tags/2.2.0-0-g2381db6" + "pdk-version": "2.6.1", + "template-url": "https://github.com/puppetlabs/pdk-templates#2.7.1", + "template-ref": "tags/2.7.1-0-g9a16c87" } -- cgit v1.2.3