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: I3066860dcb0f9f1c62a4f0f0457a837e4bb4c467
This commit is contained in:
ZhongShengping 2019-12-11 11:53:04 +08:00
parent f75d53ce10
commit 57e99ef454
1 changed files with 1 additions and 1 deletions

View File

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