From b364ab23911f300f0bda9ef0103462d9eeeb4600 Mon Sep 17 00:00:00 2001 From: Sean Hood Date: Mon, 22 Oct 2018 15:34:13 +0100 Subject: [PATCH] Allow puppetlabs/stdlib => 4.25.1 puppetlabs/stdlib 4.6.0 is a non-existant version. This change was introduced in https://github.com/theforeman/puppet-katello/commit/898eae48d45b0a3785c1dbabce1d35ca3f7c02be and subsequently the rest of the commit removed in https://github.com/theforeman/puppet-katello/commit/5de2e01795aac52e84cd88dc5d57b0841de8657e#diff-2f383a197b1a428561b364755701d60e this change is to roll back the minimum required version of stdlib to 4.25.1 I have ran a test against that here: https://travis-ci.org/SeanHood/puppet-katello/jobs/444994576. .fixtures.yml needed to be changed to allow for this, hence missing from this commit. The reason behind this change is that a handful of modules still have a requirement on < 5.0.0. This module doesn't use any of the newly introduced functions in that release. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ea1abe41..69dc1261 100644 --- a/metadata.json +++ b/metadata.json @@ -18,7 +18,7 @@ }, { "name": "puppetlabs-stdlib", - "version_requirement": ">= 4.6.0 < 6.0.0" + "version_requirement": ">= 4.25.1 < 6.0.0" }, { "name": "katello-candlepin",