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: I03600466cac359c409252130f4a9fcc85ceeeecc
This commit is contained in:
Tobias Urdin 2018-08-16 23:27:58 +02:00
parent ff9448ca8a
commit f3c6dabd3c
1 changed files with 1 additions and 5 deletions

View File

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