From f3eba3423af62c9736b3ef7f8089bd324de4f324 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:19:58 +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: I0612c247db0ae6943063e702b904059a42ba6baa (cherry picked from commit 707af572599b10010ddc30c9f706c1214e37fcb6) (cherry picked from commit a9bd604c15d7dca1709b349542147427e6b5b64d) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 8b2f4308..113bc816 100644 --- a/metadata.json +++ b/metadata.json @@ -66,10 +66,6 @@ ], "project_page": "https://launchpad.net/puppet-ironic", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -78,4 +74,4 @@ "source": "git://github.com/openstack/puppet-ironic.git", "summary": "Puppet module for OpenStack Ironic", "version": "12.4.0" -} \ No newline at end of file +}