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 <chdzsp@163.com>
This commit is contained in:
zhubingbing 2018-07-16 14:59:25 +08:00
parent f67690c34f
commit 8bfaf3d786
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}