From 056b03036c412501adbc2a626029c159d9ac8dc7 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:58:26 +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: I0d71170dfc0346ead5bd0d1ecdb2a9d0e81e7e80 (cherry picked from commit 0a12b49bb1deed6af45c3398a0399e985f268000) (cherry picked from commit d71d02b7bf47f2efc07231ee325f34238330dc80) --- metadata.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/metadata.json b/metadata.json index ff272d602..31c2ddcfe 100644 --- a/metadata.json +++ b/metadata.json @@ -66,10 +66,6 @@ ], "project_page": "https://launchpad.net/puppet-neutron", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x"