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: I277e15aa083f6dd76ad38706922e7c02cd0939ff
(cherry picked from commit 4f69c847d4)
(cherry picked from commit 88d571fb79)
This commit is contained in:
Tobias Urdin 2018-08-16 23:27:26 +02:00 committed by Takashi Kajinami
parent a68e2dee8a
commit 0b188ee49a
1 changed files with 1 additions and 5 deletions

View File

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