From 18cfe4b0f4c18b351e1e7df73f4f148294ef1aeb Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sat, 30 May 2020 09:50:05 +0200 Subject: [PATCH] Update Puppet requirement to >= 6.0.0 Change-Id: Id7ab4d74ab8a0fc7319c0dedcfa783cede20b691 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index e45e26c4..d5994b6c 100644 --- a/metadata.json +++ b/metadata.json @@ -74,7 +74,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-ironic.git",