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: If6c4f464b105ef21c3d2c090747f83f4f4310078
This commit is contained in:
ZhongShengping 2019-12-11 11:53:03 +08:00
parent 23768662d9
commit 48ef9708cc

View File

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