From 3d69c747d00747378e65c27dacb75d6d227418b7 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:12:19 +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: I46adfdcb55d9d0e3693c1332102c324a8b2ed77c (cherry picked from commit fadc6b9fafe3a33ff0ac07383ddf74593f197b84) (cherry picked from commit f4bdedf988736131b6cc805f62cba7cbe5c4483c) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 542f3901..9adf5f3d 100644 --- a/metadata.json +++ b/metadata.json @@ -54,10 +54,6 @@ ], "project_page": "https://launchpad.net/puppet-barbican", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -66,4 +62,4 @@ "source": "git://github.com/openstack/puppet-barbican.git", "summary": "Puppet module for OpenStack Barbican", "version": "12.4.0" -} \ No newline at end of file +}