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