From 7d8d375a3aaf98f9cf00613a51de680e38d26cf4 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Mon, 16 Jul 2018 14:59:26 +0800 Subject: [PATCH] Fix inifile version in metadata puppetlabs-inifile 1.2.x doesn't work, so let's fix that. Change-Id: I49827260ace65262d79bdb7e099fb2685e952bec Co-Authored-By: zhongshengping --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index ea30ceb3..49cda315 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "dependencies": [ { "name": "puppetlabs/inifile", - "version_requirement": ">=1.0.0 <2.0.0" + "version_requirement": ">=2.0.0 <3.0.0" }, { "name": "puppetlabs/stdlib", @@ -74,4 +74,4 @@ "source": "git://github.com/openstack/puppet-octavia.git", "summary": "Puppet module for OpenStack Octavia", "version": "13.1.0" -} \ No newline at end of file +}