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: I2d184e99ed6b54353d7cb1fa7eb359bcc4e5bcf4
This commit is contained in:
ZhongShengping 2018-11-09 14:56:43 +08:00
parent 698da458ee
commit 7ba7274644
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 <5.0.0"
"version_requirement": ">= 5.0.0 <6.0.0"
},
{
"name": "openstack/openstacklib",
@ -63,4 +63,4 @@
"version_requirement": ">=14.0.0 <15.0.0"
}
]
}
}