forked from voxpupuli/puppet-kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
36 lines (36 loc) · 1.03 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "puppet-kafka",
"version": "1.0.3",
"author": "puppet",
"license": "Apache-2.0",
"summary": "Module for managing apache kafka",
"source": "https://github.com/voxpupuli/puppet-kafka",
"project_page": "https://github.com/voxpupuli/puppet-kafka",
"issues_url": "https://github.com/voxpupuli/puppet-kafka/issues",
"tags": ["kafka", "pubsub"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["5.0","6.0", "7.0"]
},
{ "operatingsystem": "CentOS",
"operatingsystemrelease": ["5.0","6.0", "7.0"]
},
{ "operatingsystem": "Debian",
"operatingsystemrelease": ["6.0","7.0"]
},
{ "operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04","14.04"]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.0.0 <5.0.0"
},
{
"name": "puppetlabs/java",
"version_requirement": ">= 1.4.2 <2.0.0"
}
]
}