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: I2389dff55458b8495010c1006d0b5673076d240a
(cherry picked from commit b49bf11512)
(cherry picked from commit ad19d47fe7)
This commit is contained in:
Tobias Urdin 2018-08-16 23:25:30 +02:00 committed by Takashi Kajinami
parent 41c885cf4c
commit 5ba471fa47
1 changed files with 1 additions and 5 deletions

View File

@ -37,10 +37,6 @@
],
"project_page": "https://launchpad.net/puppet-ovn",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"