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: Ic43a0ffb4ec77e96c802de50539415c926922448
This commit is contained in:
ZhongShengping 2018-08-17 15:10:52 +08:00
parent b219b622a4
commit 54af2a6048
1 changed files with 0 additions and 4 deletions

View File

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