From 381560eaca43250e063746ed4138b71ada112820 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Mon, 16 Jul 2018 14:59:24 +0800 Subject: [PATCH] Fix inifile version in metadata puppetlabs-inifile 1.2.x doesn't work, so let's fix that. Change-Id: I716e5314d38beb0c081625b9856d037ed82ea0b6 Co-Authored-By: zhongshengping --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index b92e63c..bba467a 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": "openstack/keystone", @@ -66,4 +66,4 @@ "source": "git://github.com/openstack/puppet-cloudkitty.git", "summary": "Puppet module for OpenStack cloudkitty", "version": "2.1.0" -} \ No newline at end of file +}