Fix stdlib version in metadata

puppetlabs-stdlib is now using the 5.1 version, so we should fix the
stdlib version in metadata.

Change-Id: If4b34528da161a1cc9acf9349005c01724e3db20
This commit is contained in:
ZhongShengping 2018-11-09 14:56:40 +08:00
parent 726a4bf828
commit f2e0f071eb
1 changed files with 2 additions and 2 deletions

View File

@ -60,11 +60,11 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0"
"version_requirement": ">=5.0.0 <6.0.0"
},
{
"name": "puppet/python",
"version_requirement": ">=0.0.1 <2.0.0"
}
]
}
}