Fix postgresql version in metadata

puppetlibs-postgresql is now using the 5.10.0 version, so we should fix the
postgresql version in metadata.

Change-Id: I09a10ab1874d354f1bf71f86cee40f9ba2f38413
This commit is contained in:
ZhongShengping 2018-12-21 09:21:08 +08:00
parent 7f898a48eb
commit 9f4100d6db
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">=3.3.0 <5.10.0"
"version_requirement": ">=5.10.0 <6.0.0"
}
],
"description": "Puppet module library to expose common functionality between OpenStack modules.",