From ce4d9109626a1f432599d1a7bda13209baf5e353 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: I1d479b5f5a0f6646cb3b08cd3d1745ad2f30050f Co-Authored-By: zhongshengping --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index b572656..fcbdcd2 100644 --- a/metadata.json +++ b/metadata.json @@ -7,7 +7,7 @@ }, { "name": "puppetlabs/inifile", - "version_requirement": ">=1.0.0 <2.0.0" + "version_requirement": ">=2.0.0 <3.0.0" }, { "name": "openstack/keystone", @@ -70,4 +70,4 @@ "source": "git://github.com/openstack/puppet-ceilometer.git", "summary": "Puppet module for OpenStack Ceilometer", "version": "13.1.0" -} \ No newline at end of file +} -- 2.45.2