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
This commit is contained in:
Tobias Urdin 2018-08-16 23:31:00 +02:00
parent 96080c5b2c
commit adfe6e7c5a

View File

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