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: I9a124026420ea1add25d765b4c17cbb859476434
(cherry picked from commit 08a45ce8f0)
(cherry picked from commit ef845df99a)
This commit is contained in:
Tobias Urdin 2018-08-16 23:14:08 +02:00 committed by Takashi Kajinami
parent 8581834f21
commit 5e0d8e76d3
1 changed files with 0 additions and 4 deletions

View File

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