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: I6ee8ca11cd818904c8eefa5bd1c55ca6f22f8275
This commit is contained in:
ZhongShengping 2018-11-09 14:56:38 +08:00
parent 1a3c76580b
commit 674ee67696
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0"
"version_requirement": ">=5.0.0 <6.0.0"
},
{
"name": "openstack/openstacklib",
@ -49,4 +49,4 @@
"version_requirement": ">=3.0.0"
}
]
}
}