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: I4401d85a9b9b44cce265a9d23b06b3cb7d72339f
This commit is contained in:
ZhongShengping
2018-11-09 14:56:42 +08:00
parent 79f51081ce
commit 4fc8ec5756

View File

@@ -15,7 +15,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0"
"version_requirement": ">=5.0.0 <6.0.0"
},
{
"name": "puppetlabs/xinetd",