Remove PE requirement from metadata.json
The PE requirement in metadata.json is not supported anymore and puppet-lint will throw: The 'pe' requirement is no longer supported by the Forge. Change-Id: I67344556a521f8669c322fdeb1fee1ddd143a2ed (cherry picked from commitdaf881e09c) (cherry picked from commit7172991acb)
This commit is contained in:
committed by
Takashi Kajinami
parent
6645ca3e30
commit
ba8f6a95b9
@@ -58,10 +58,6 @@
|
|||||||
],
|
],
|
||||||
"project_page": "https://launchpad.net/puppet-openstacklib",
|
"project_page": "https://launchpad.net/puppet-openstacklib",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
{
|
|
||||||
"name": "pe",
|
|
||||||
"version_requirement": "4.x"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": "4.x"
|
"version_requirement": "4.x"
|
||||||
@@ -70,4 +66,4 @@
|
|||||||
"source": "git://github.com/openstack/puppet-openstacklib.git",
|
"source": "git://github.com/openstack/puppet-openstacklib.git",
|
||||||
"summary": "Puppet OpenStack Libraries",
|
"summary": "Puppet OpenStack Libraries",
|
||||||
"version": "12.4.0"
|
"version": "12.4.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user