From bd6993bf658a07ba3613de217ce15714823d253a Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:30:34 +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: Ifd2eabfc996b6d9d92dbfb2ddfb8bf4ece385a28 --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 23792de..0037c8a 100644 --- a/metadata.json +++ b/metadata.json @@ -51,10 +51,6 @@ ], "project_page": "https://launchpad.net/puppet-watcher", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -63,4 +59,4 @@ "source": "git://github.com/openstack/puppet-watcher.git", "summary": "Puppet module for OpenStack Watcher", "version": "13.3.0" -} \ No newline at end of file +}