forked from chartbeat-labs/puppet-confluent-kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
29 lines (29 loc) · 739 Bytes
/
Copy pathmetadata.json
File metadata and controls
29 lines (29 loc) · 739 Bytes
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
{
"name": "chartbeat-confluent_kafka",
"version": "0.5.1",
"author": "Chartbeat",
"summary": "Installs Confluent's Kafka Package",
"license": "MIT",
"source": "http://github.com/chartbeat-labs/puppet-confluent-kafka",
"project_page": "https://github.com/chartbeat-labs/puppet-confluent-kafka",
"issues_url": "https://github.com/chartbeat-labs/puppet-confluent-kafka/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.5.1"
},
{
"name": "puppetlabs-apt",
"version_requirement": ">= 2.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
}
]
}