From 7043113963d8a11ddbb14ccf4e78abc65b6f0af9 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:27:03 +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: I1b30043e4ea38c1a7f5f70dfca9e11e3d69a09d8 (cherry picked from commit e131a2d259897b6c7a5e2ff58065ea74ffed54ad) (cherry picked from commit 171d8d06b5cb8e96d47c71a0d06054fd5ddf9f6d) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 435c25c5..fefac561 100644 --- a/metadata.json +++ b/metadata.json @@ -62,10 +62,6 @@ ], "project_page": "https://launchpad.net/puppet-sahara", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -74,4 +70,4 @@ "source": "git://github.com/openstack/puppet-sahara.git", "summary": "Puppet module for OpenStack Sahara", "version": "12.4.0" -} \ No newline at end of file +}