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: Ib0cd39de435fa77ac24b1bbc51ff2566c61be79c
This commit is contained in:
ZhongShengping 2019-12-11 11:53:03 +08:00
parent 5e1956fe26
commit d5dc8da7a0
1 changed files with 1 additions and 1 deletions

View File

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