From 5c13efb25d0494b66d76f24f8da67378d65dc90c Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:30:08 +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: I8ca70cc53bec271f6cd5284fffbb962ebaf0d5e1 (cherry picked from commit 04c7404018f90ac4f76d50f28182d2b77678e3b5) (cherry picked from commit 2c3a3131298fb0aab173278378c821143fc9e9ed) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index aec6cfe6..22ec2720 100644 --- a/metadata.json +++ b/metadata.json @@ -57,10 +57,6 @@ ], "project_page": "https://launchpad.net/puppet-vswitch", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -69,4 +65,4 @@ "source": "git://github.com/openstack/puppet-vswitch.git", "summary": "A module for providing things (ports, bridges) to vSwitches (OVS)", "version": "8.4.0" -} \ No newline at end of file +}