From 1a7c77006b757124f57c42de2c68028ea959f965 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:17:53 +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: I02c3ac235c24d29ae067cf926fb4694b72e6d8d3 --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 7bac8b8..561b69b 100644 --- a/metadata.json +++ b/metadata.json @@ -9,10 +9,6 @@ "issues_url": "https://bugs.launchpad.net/puppet-glare", "description": "Installs and configures OpenStack Glare.", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -55,4 +51,4 @@ "version_requirement": ">=13.3.0 <14.0.0" } ] -} \ No newline at end of file +}