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: I1b30043e4ea38c1a7f5f70dfca9e11e3d69a09d8
(cherry picked from commit e131a2d259)
(cherry picked from commit 171d8d06b5)
This commit is contained in:
Tobias Urdin 2018-08-16 23:27:03 +02:00 committed by Takashi Kajinami
parent 2411c86f39
commit 7043113963
1 changed files with 1 additions and 5 deletions

View File

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