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: Ifd2eabfc996b6d9d92dbfb2ddfb8bf4ece385a28
(cherry picked from commit bd6993bf65)
(cherry picked from commit e88983d8a2)
This commit is contained in:
Tobias Urdin 2018-08-16 23:30:34 +02:00 committed by Takashi Kajinami
parent f5b42161b4
commit afc32eeb6a
1 changed files with 1 additions and 5 deletions

View File

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