Skip to content

Commit

Permalink
Merge pull request #920 from mhaskel/metadata_fixes
Browse files Browse the repository at this point in the history
Update metadata
  • Loading branch information
cmurphy committed Oct 29, 2014
2 parents c0c66be + b854601 commit 9cbaac7
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 9cbaac7

Please sign in to comment.