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: I3ac41188dcd6ab0719d467f22c404d9712e592d3
(cherry picked from commit 1638aa34a2)
(cherry picked from commit 97ea766a73)
This commit is contained in:
Tobias Urdin 2018-08-16 23:22:44 +02:00 committed by Takashi Kajinami
parent eb09ff54d8
commit b4dca1c086
1 changed files with 1 additions and 5 deletions

View File

@ -54,10 +54,6 @@
], ],
"project_page": "https://launchpad.net/puppet-murano", "project_page": "https://launchpad.net/puppet-murano",
"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-murano.git", "source": "git://github.com/openstack/puppet-murano.git",
"summary": "Puppet module for OpenStack Murano", "summary": "Puppet module for OpenStack Murano",
"version": "12.4.0" "version": "12.4.0"
} }