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: I02c3ac235c24d29ae067cf926fb4694b72e6d8d3
This commit is contained in:
Tobias Urdin 2018-08-16 23:17:53 +02:00
parent 17b1c62b92
commit 1a7c77006b
1 changed files with 1 additions and 5 deletions

View File

@ -9,10 +9,6 @@
"issues_url": "https://bugs.launchpad.net/puppet-glare",
"description": "Installs and configures OpenStack Glare.",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
@ -55,4 +51,4 @@
"version_requirement": ">=13.3.0 <14.0.0"
}
]
}
}