From 404c95d7d397f60754e986e66189e15a7b9f98b1 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:15:44 +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: Ib5e9d6c32ba552bd90f65b7eff5e458983b72221 (cherry picked from commit 22a998df9c93eebf3a43da34f4349943cdd4dab3) (cherry picked from commit a884ef3632a4349558337a96d3e4f406cc68e8d6) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index e3974410..2831888b 100644 --- a/metadata.json +++ b/metadata.json @@ -62,10 +62,6 @@ ], "project_page": "https://launchpad.net/puppet-designate", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -74,4 +70,4 @@ "source": "git://github.com/openstack/puppet-designate.git", "summary": "Puppet module for OpenStack Designate", "version": "12.4.0" -} \ No newline at end of file +}