Fix stdlib version in metadata

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

Change-Id: Ife5fc5ff067a0c441b2070886262e1a4b73d9bc8
This commit is contained in:
ZhongShengping 2019-12-11 11:53:03 +08:00
parent 9bbf411319
commit 1d8e1895fd

View File

@ -63,7 +63,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <6.0.0"
"version_requirement": ">=5.0.0 <7.0.0"
},
{
"name": "puppet/python",