From 8b19fb7d8902d52328b24a80cbccbe89c7a08ed0 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sat, 30 May 2020 09:51:36 +0200 Subject: [PATCH] Update Puppet requirement to >= 6.0.0 Change-Id: I6247302c932ecf74d24adbb698def2c7c529f3f9 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 2998289..73b8762 100644 --- a/metadata.json +++ b/metadata.json @@ -66,10 +66,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-mistral.git", "summary": "Puppet module for OpenStack Mistral", "version": "17.0.0" -} \ No newline at end of file +}