From 3f3a6778bc62ca3f119ebf6d24e6d546f062cc86 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:10:40 +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: I19da3decec3c6867ed817c66c2d600b501e769d3 (cherry picked from commit 659c9b792fc71872bf21f0c28efd817402c8b76a) (cherry picked from commit 5eca67fd3faf6d3feed3b05f37191eb4e2ec195b) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 441e6224..1ab59625 100644 --- a/metadata.json +++ b/metadata.json @@ -54,10 +54,6 @@ ], "project_page": "https://launchpad.net/puppet-aodh", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -66,4 +62,4 @@ "source": "git://github.com/openstack/puppet-aodh.git", "summary": "Puppet module for OpenStack Aodh", "version": "12.4.0" -} \ No newline at end of file +}