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: I3fd1f65eacab2bc12efce16c60311f68e866e9fa
This commit is contained in:
Tobias Urdin 2018-08-16 23:26:17 +02:00
parent 0cd64c1ff4
commit 816fb9c538
1 changed files with 1 additions and 5 deletions

View File

@ -8,10 +8,6 @@
"project_page": "https://launchpad.net/puppet-qdr",
"issues_url": "https://bugs.launchpad.net/puppet-qdr",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
@ -55,4 +51,4 @@
"version_requirement": ">=4.0.0 <5.0.0"
}
]
}
}