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

View File

@ -3,7 +3,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.11.0 <5.0.0"
"version_requirement": ">=5.0.0 <6.0.0"
}
],
"issues_url": "https://bugs.launchpad.net/puppet-ovn",
@ -46,4 +46,4 @@
"source": "git://github.com/openstack/puppet-ovn.git",
"summary": "Modules to setup ovn-northd and ovn-controller",
"version": "14.0.0"
}
}