-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
38 lines (38 loc) · 969 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
{
"name": "cesnet-pig",
"version": "0.9.3",
"author": "Frantisek Dvorak <[email protected]>",
"summary": "Pig Setup",
"license": "MIT",
"source": "https://github.com/MetaCenterCloudPuppet/cesnet-pig",
"project_page": "https://github.com/MetaCenterCloudPuppet",
"issues_url": "https://github.com/MetaCenterCloudPuppet/cesnet-pig/issues",
"tags": ["hadoop", "pig"],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["6"]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6"]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": ["6"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib", "version_requirement": ">= 1.0.0 <7.0.0"
}
]
}