From b78038f7c7f89bca3aa99eab33a4264a73dbc129 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sat, 30 May 2020 09:49:40 +0200 Subject: [PATCH] Update Puppet requirement to >= 6.0.0 Change-Id: I246d1405fb0b22cb939c0784763c3552967210a6 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 56f46133..038eab0d 100644 --- a/metadata.json +++ b/metadata.json @@ -58,10 +58,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-horizon.git", "summary": "Puppet module for OpenStack Horizon", "version": "17.0.0" -} \ No newline at end of file +}