-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
40 lines (40 loc) · 957 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": "hpccsystems-hpcc",
"version": "0.1.0",
"author": "Michael Jon Gardner",
"license": "Apache 2.0",
"summary": "Quickly setup a basic HPCC-Platform cluster for testing and evaluation",
"source": "https:://github.com/Michael-Gardner/hpcc",
"project_page": "https:://github.com/Michael-Gardner/hpcc",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.0.0"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">= 1.x"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["5", "6"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["10.04", "12.04", "13.10", "14.04"]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"tags": ["hpcc", "hpcc-platform","hpccsystems","data"]
}