From a010713f6c326cb210177cfcc1e8dc0dd05adb33 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:25:05 +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: I193cc48f81395ea952d946ddad21236736e3e288 (cherry picked from commit fcbb31cf2fc0e55fd6826549f62314ff6f3605b5) (cherry picked from commit c452a7fbd7a6de3d73b8f5e6d19d5c7c72752503) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 16e1d27..7681d9b 100644 --- a/metadata.json +++ b/metadata.json @@ -46,10 +46,6 @@ ], "project_page": "https://launchpad.net/puppet-oslo", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -58,4 +54,4 @@ "source": "git://github.com/openstack/puppet-oslo.git", "summary": "Puppet module for OpenStack Oslo", "version": "12.4.0" -} \ No newline at end of file +}