From 870d7b6186cba885d15825358c5d5dc1e9751cd9 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sat, 30 May 2020 09:53:45 +0200 Subject: [PATCH] Update Puppet requirement to >= 6.0.0 Change-Id: I578db252fb42bbe296e037ed8ee7c74daf412773 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 2a27bb6..8efbc0f 100644 --- a/metadata.json +++ b/metadata.json @@ -54,10 +54,10 @@ "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-openstack_extras.git", "summary": "Puppet OpenStack Extras Module", "version": "17.0.0" -} \ No newline at end of file +}