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: Ide55ecd9da1d32aeff3b791a7ca296f5686abd18
This commit is contained in:
ZhongShengping 2018-11-09 14:56:37 +08:00
parent 5e3c133e23
commit 10fcaa1832
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 <5.0.0"
"version_requirement": ">= 5.0.0 <6.0.0"
},
{
"name": "openstack/keystone",
@ -63,4 +63,4 @@
"source": "git://github.com/openstack/puppet-aodh.git",
"summary": "Puppet module for OpenStack Aodh",
"version": "14.0.0"
}
}