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: I2041c60e8c0c5d19e4936d67af230493afbe9622
This commit is contained in:
Tobias Urdin 2018-08-16 23:31:33 +02:00
parent 530ba96cca
commit 533dad0a7f
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.0.0"