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: I85806d9b7ae0d7f95c76161d50124bc79c821087
(cherry picked from commit e41336dc37)
(cherry picked from commit 1b575e23df)
This commit is contained in:
Tobias Urdin 2018-08-16 23:15:19 +02:00 committed by Takashi Kajinami
parent 6a2c4ad6da
commit d1557e6cc1
1 changed files with 1 additions and 5 deletions

View File

@ -56,10 +56,6 @@
], ],
"project_page": "https://launchpad.net/puppet-congress", "project_page": "https://launchpad.net/puppet-congress",
"requirements": [ "requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{ {
"name": "puppet", "name": "puppet",
"version_requirement": "4.x" "version_requirement": "4.x"
@ -68,4 +64,4 @@
"source": "git://github.com/openstack/puppet-congress.git", "source": "git://github.com/openstack/puppet-congress.git",
"summary": "Puppet module for OpenStack Congress", "summary": "Puppet module for OpenStack Congress",
"version": "12.4.0" "version": "12.4.0"
} }