From 65f87f097090d81a011d5872736d22984c45ee47 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:29:47 +0200 Subject: [PATCH] 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: I13286162d7874499338487c3397a57025749623a (cherry picked from commit 0f4b7a8d74b8d876fce85125fe0a32a7587e9054) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 367cba4..1dfa2ef 100644 --- a/metadata.json +++ b/metadata.json @@ -9,10 +9,6 @@ "issues_url": "https://bugs.launchpad.net/puppet-vitrage", "description": "Installs and configures OpenStack Vitrage.", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -67,4 +63,4 @@ "version_requirement": ">=13.3.0 <14.0.0" } ] -} \ No newline at end of file +}