Fix inifile version in metadata

puppetlabs-inifile 1.2.x doesn't work, so let's fix that.

Change-Id: I836243b7f084d8c188df9b4947112303d9e9fabe
Co-Authored-By: zhongshengping <chdzsp@163.com>
This commit is contained in:
zhubingbing 2018-07-16 14:59:27 +08:00
parent bfe8e68a75
commit 8b52d1c819
1 changed files with 1 additions and 1 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",