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