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: Id060e909b4020b7ebf4610061231dd037eab7c25
This commit is contained in:
Tobias Urdin 2018-08-16 23:19:30 +02:00
parent dd46ba1501
commit ae106fb88b
1 changed files with 1 additions and 5 deletions

View File

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