From 194697493bafa361a83a6e0193c34188aa2acda5 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 8 May 2020 13:14:17 +0200 Subject: [PATCH] Update Puppet requirement to >= 6.0.0 Change-Id: Iffcc0584745bf03a02a679431612dee0abacb813 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index d3e52eff..2b09e0d1 100644 --- a/metadata.json +++ b/metadata.json @@ -66,7 +66,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 5.0.0 < 7.0.0" + "version_requirement": ">= 6.0.0 < 7.0.0" } ], "source": "git://github.com/openstack/puppet-openstacklib.git",