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: I8ca70cc53bec271f6cd5284fffbb962ebaf0d5e1
(cherry picked from commit 04c7404018)
(cherry picked from commit 2c3a313129)
This commit is contained in:
Tobias Urdin 2018-08-16 23:30:08 +02:00 committed by Takashi Kajinami
parent 0d113f3ea6
commit 5c13efb25d
1 changed files with 1 additions and 5 deletions

View File

@ -57,10 +57,6 @@
], ],
"project_page": "https://launchpad.net/puppet-vswitch", "project_page": "https://launchpad.net/puppet-vswitch",
"requirements": [ "requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{ {
"name": "puppet", "name": "puppet",
"version_requirement": "4.x" "version_requirement": "4.x"
@ -69,4 +65,4 @@
"source": "git://github.com/openstack/puppet-vswitch.git", "source": "git://github.com/openstack/puppet-vswitch.git",
"summary": "A module for providing things (ports, bridges) to vSwitches (OVS)", "summary": "A module for providing things (ports, bridges) to vSwitches (OVS)",
"version": "8.4.0" "version": "8.4.0"
} }