From c152c6938b37c600b822275813706a7e07956e67 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sat, 30 May 2020 09:54:08 +0200 Subject: [PATCH] Update Puppet requirement to >= 6.0.0 Change-Id: I56c040db0a4048e2b771f576fb9e51725a944d8c --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 66c4af2..b7d34c4 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-oslo.git", "summary": "Puppet module for OpenStack Oslo", "version": "17.0.0" -} \ No newline at end of file +}