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: I317944576781be64e1d7d712e2a655d95dea795b
(cherry picked from commit 7462927491)
(cherry picked from commit 67355a7da5)
This commit is contained in:
Tobias Urdin 2018-08-16 23:24:18 +02:00 committed by Takashi Kajinami
parent e8f6ed9941
commit f9acf4a20e
1 changed files with 1 additions and 5 deletions

View File

@ -46,10 +46,6 @@
], ],
"project_page": "https://launchpad.net/puppet-openstack-extras", "project_page": "https://launchpad.net/puppet-openstack-extras",
"requirements": [ "requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{ {
"name": "puppet", "name": "puppet",
"version_requirement": "4.x" "version_requirement": "4.x"
@ -58,4 +54,4 @@
"source": "git://github.com/openstack/puppet-openstack_extras.git", "source": "git://github.com/openstack/puppet-openstack_extras.git",
"summary": "Puppet OpenStack Extras Module", "summary": "Puppet OpenStack Extras Module",
"version": "12.4.0" "version": "12.4.0"
} }