From f92e067a9ee8913ff662d1f92454185eadeebfb4 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 9 Nov 2018 14:56:39 +0800 Subject: [PATCH] Fix stdlib version in metadata puppetlabs-stdlib is now using the 5.1 version, so we should fix the stdlib version in metadata. Change-Id: I69b76c86f809c5efd974fed9f796d38311bc0dc8 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 593f4681..440dd81b 100644 --- a/metadata.json +++ b/metadata.json @@ -7,7 +7,7 @@ }, { "name": "puppetlabs/stdlib", - "version_requirement": ">=4.12.0 <5.0.0" + "version_requirement": ">=5.0.0 <6.0.0" }, { "name": "saz/memcached", @@ -55,4 +55,4 @@ "source": "git://github.com/openstack/puppet-horizon.git", "summary": "Puppet module for OpenStack Horizon", "version": "14.0.0" -} \ No newline at end of file +}