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: I46adfdcb55d9d0e3693c1332102c324a8b2ed77c
(cherry picked from commit fadc6b9faf)
(cherry picked from commit f4bdedf988)
This commit is contained in:
Tobias Urdin 2018-08-16 23:12:19 +02:00 committed by Takashi Kajinami
parent 3dc06d323c
commit 3d69c747d0
1 changed files with 1 additions and 5 deletions

View File

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