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: Ib5e9d6c32ba552bd90f65b7eff5e458983b72221
(cherry picked from commit 22a998df9c)
(cherry picked from commit a884ef3632)
This commit is contained in:
Tobias Urdin 2018-08-16 23:15:44 +02:00 committed by Takashi Kajinami
parent 41610f3f98
commit 404c95d7d3
1 changed files with 1 additions and 5 deletions

View File

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