-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
49 lines (49 loc) · 1.18 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "williamtsoi-talend_job_server",
"version": "0.2.2",
"author": "William Tsoi",
"summary": "This module is used to install Talend Job Server, as well as install a service using supervisord.",
"license": "MIT",
"source": "https://github.com/williamtsoi1/puppet-talend_job_server",
"project_page": "https://github.com/williamtsoi1/puppet-talend_job_server",
"issues_url": "https://github.com/williamtsoi1/puppet-talend_job_server/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.13.1"
},
{
"name": "puppet-staging",
"version_requirement": ">= 2.0.1"
},
{
"name": "flypenguin-mkdir",
"version_requirement": ">= 1.0.4"
},
{
"name": "puppetlabs-concat",
"version_requirement": ">= 2.2.0"
},
{
"name": "ajcrowe-supervisord",
"version_requirement": ">= 0.6.1"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
]
}