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: I18c0d1c34c6e6022983664c5349456870ae8f30f
This commit is contained in:
ZhongShengping 2018-11-09 14:56:41 +08:00
parent b7c38e2cf3
commit 2fb9ce4c0f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 <5.0.0"
"version_requirement": ">= 5.0.0 <6.0.0"
},
{
"name": "puppetlabs/firewall",