-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
40 lines (40 loc) · 914 Bytes
/
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
37
38
39
40
{
"name": "myoung34-hbase",
"version": "0.1.0",
"author": "Marcus Young",
"license": "Licensed under (MIT)",
"description": "Can be used to set up HBase",
"summary": "A module for managing HBase and the HBase REST API",
"source": "https://github.com/myoung34/puppet-hbase",
"project_page": "https://github.com/myoung34/puppet-hbase",
"issues_url": "https://github.com/myoung34/puppet-hbase/issues",
"tags": [
"rest",
"hbase",
"nosql",
"database",
"apache",
"zookeeper",
"hadoop",
"hdp"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 0.1.6"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">= 0.3.0"
},
{
"name": "puppetlabs/java",
"version_requirement": ">= 1.1.0"
}
]
}