From b85460162d319af89cf4ab17a64aec325c604d79 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Wed, 29 Oct 2014 10:34:20 -0400 Subject: [PATCH] Update metadata Fix PE compatibility, update issues URL, and fix requirements to match output from PMT. --- metadata.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/metadata.json b/metadata.json index 3063ccf64..f2266960f 100644 --- a/metadata.json +++ b/metadata.json @@ -6,7 +6,7 @@ "license": "Apache 2.0", "source": "git://github.com/puppetlabs/puppetlabs-apache.git", "project_page": "https://github.com/puppetlabs/puppetlabs-apache", - "issues_url": "https://github.com/puppetlabs/puppetlabs-apache/issues", + "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -58,7 +58,7 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 3.2.0 < 3.4.0" + "version_requirement": "3.x" }, { "name": "puppet", @@ -67,13 +67,7 @@ ], "description": "Module for Apache configuration", "dependencies": [ - { - "name": "puppetlabs/stdlib", - "version_requirement": ">= 2.4.0" - }, - { - "name": "puppetlabs/concat", - "version_requirement": ">= 1.1.1" - } + {"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0"}, + {"name":"puppetlabs/concat","version_requirement":">= 1.1.1"} ] }