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: I763950735681a8addc130c43a4d64ae6b3e889c8
(cherry picked from commit c9374b1b3a)
(cherry picked from commit c13abe6604)
This commit is contained in:
Tobias Urdin 2018-08-16 23:18:18 +02:00 committed by Takashi Kajinami
parent 0a165cb4fe
commit 66f4a11301
1 changed files with 1 additions and 5 deletions

View File

@ -54,10 +54,6 @@
],
"project_page": "https://launchpad.net/puppet-gnocchi",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
@ -66,4 +62,4 @@
"source": "git://github.com/openstack/puppet-gnocchi.git",
"summary": "Puppet module for OpenStack Gnocchi",
"version": "12.4.0"
}
}