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: I13286162d7874499338487c3397a57025749623a
(cherry picked from commit 0f4b7a8d74)
This commit is contained in:
Tobias Urdin 2018-08-16 23:29:47 +02:00
parent a21be1ce9c
commit 65f87f0970
1 changed files with 1 additions and 5 deletions

View File

@ -9,10 +9,6 @@
"issues_url": "https://bugs.launchpad.net/puppet-vitrage",
"description": "Installs and configures OpenStack Vitrage.",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
@ -67,4 +63,4 @@
"version_requirement": ">=13.3.0 <14.0.0"
}
]
}
}