From d61d033160945ffb1d8eb6f64e8cbd2835636677 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:18:42 +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: I13f84f54d372d51b0ca6978009655802ff76ffa4 (cherry picked from commit cd52b0001fa581374b4cadc903690f3badd6ee39) (cherry picked from commit 199aeb33dad8fb2b9cf8f1eadc3304467b3902af) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 53ca98fd..60c449f6 100644 --- a/metadata.json +++ b/metadata.json @@ -54,10 +54,6 @@ ], "project_page": "https://launchpad.net/puppet-heat", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -66,4 +62,4 @@ "source": "git://github.com/openstack/puppet-heat.git", "summary": "Puppet module for OpenStack Heat", "version": "12.4.0" -} \ No newline at end of file +}