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: I7e01e58bff630d805af2a9b5ea1e0c28d8c63af6
(cherry picked from commit adfe6e7c5a)
(cherry picked from commit 96b277391e)
This commit is contained in:
Tobias Urdin 2018-08-16 23:31:00 +02:00 committed by Takashi Kajinami
parent 7a8c812672
commit 79b2126754
1 changed files with 1 additions and 5 deletions

View File

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