Skip to content

Commit b854601

Browse files
author
Morgan Haskel
committed
Update metadata
Fix PE compatibility, update issues URL, and fix requirements to match output from PMT.
1 parent c0c66be commit b854601

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

metadata.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache 2.0",
77
"source": "git://github.com/puppetlabs/puppetlabs-apache.git",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-apache",
9-
"issues_url": "https://github.com/puppetlabs/puppetlabs-apache/issues",
9+
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
1010
"operatingsystem_support": [
1111
{
1212
"operatingsystem": "RedHat",
@@ -58,7 +58,7 @@
5858
"requirements": [
5959
{
6060
"name": "pe",
61-
"version_requirement": ">= 3.2.0 < 3.4.0"
61+
"version_requirement": "3.x"
6262
},
6363
{
6464
"name": "puppet",
@@ -67,13 +67,7 @@
6767
],
6868
"description": "Module for Apache configuration",
6969
"dependencies": [
70-
{
71-
"name": "puppetlabs/stdlib",
72-
"version_requirement": ">= 2.4.0"
73-
},
74-
{
75-
"name": "puppetlabs/concat",
76-
"version_requirement": ">= 1.1.1"
77-
}
70+
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0"},
71+
{"name":"puppetlabs/concat","version_requirement":">= 1.1.1"}
7872
]
7973
}

0 commit comments

Comments
 (0)