Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
Fix PE compatibility, update issues URL, and fix requirements to match
output from PMT.
  • Loading branch information
Morgan Haskel committed Oct 29, 2014
1 parent c0c66be commit b854601
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -58,7 +58,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.2.0 < 3.4.0"
"version_requirement": "3.x"
},
{
"name": "puppet",
Expand All @@ -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"}
]
}

0 comments on commit b854601

Please sign in to comment.