From 382829d60e5b4159e4b06bf5d268af0afa811736 Mon Sep 17 00:00:00 2001 From: zhubingbing <zhu.bingbing@99cloud.net> 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: I72014fe584bdf21f99c6cccd7f371f7faa52bb00 Co-Authored-By: zhongshengping <chdzsp@163.com> --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 961061a..9dea049 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-murano.git", "summary": "Puppet module for OpenStack Murano", "version": "13.1.0" -} \ No newline at end of file +}