From 06a6963d7dbe94088916731a620740bf82d6ea8e Mon Sep 17 00:00:00 2001 From: Jarret Lavallee Date: Mon, 13 Aug 2018 16:45:12 -0700 Subject: [PATCH] (MODULES-7668) Remove support for Puppet 4.7 Prior to this commit, the metadata.json listed support for Puppet 4.7, which is not compatible with the current module. This commit removes the support for 4.7 in the metadata.json. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 0cfb1f5..d9f25a0 100644 --- a/metadata.json +++ b/metadata.json @@ -33,7 +33,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 < 6.0.0" + "version_requirement": ">= 4.8.0 < 6.0.0" } ], "template-url": "https://github.com/puppetlabs/pdk-templates", -- 2.45.2