From c41cea75f563c523ecea9df1adbee414cf0aa39a Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:16:15 +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: I32c13f4fbd935c71c6a7e69fc0278cebdae4c9c3 (cherry picked from commit b873e4bb2a394c8d1cb9344f2389e8fbb75538f9) (cherry picked from commit 53a5df013b14ea0283b3dce37c9c3899a3d1f8e9) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 0bd6d73..b9d92d6 100644 --- a/metadata.json +++ b/metadata.json @@ -54,10 +54,6 @@ ], "project_page": "https://launchpad.net/puppet-ec2api", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -66,4 +62,4 @@ "source": "git://github.com/openstack/puppet-ec2api.git", "summary": "Puppet module for OpenStack Ec2api", "version": "12.4.0" -} \ No newline at end of file +}