]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
(MODULES-7668) Remove support for Puppet 4.7
authorJarret Lavallee <jarret.lavallee@puppet.com>
Mon, 13 Aug 2018 23:45:12 +0000 (16:45 -0700)
committerJarret Lavallee <jarret.lavallee@puppet.com>
Mon, 13 Aug 2018 23:45:12 +0000 (16:45 -0700)
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

index 0cfb1f50f1c132f8044ec338cfbfbab74572907e..d9f25a07208b3ef39e64a8ee49284022d519c768 100644 (file)
@@ -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",