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: I48f4dd577673c4cf63b5368a426e79928405ea6f
This commit is contained in:
Tobias Urdin
2018-08-16 23:21:30 +02:00
parent 2ef4847d5e
commit 5cdc201399

View File

@@ -59,10 +59,6 @@
], ],
"project_page": "https://launchpad.net/puppet-mistral", "project_page": "https://launchpad.net/puppet-mistral",
"requirements": [ "requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{ {
"name": "puppet", "name": "puppet",
"version_requirement": "4.x" "version_requirement": "4.x"