-
Notifications
You must be signed in to change notification settings - Fork 54
/
metadata.json
52 lines (52 loc) · 1.51 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
50
51
52
{
"name": "tylerwalts-jdk_oracle",
"version": "2.0.0",
"author": "tylerwalts",
"summary": "Module for automating Oracle JDK download and installation",
"license": "Apache-2.0",
"source": "https://github.com/tylerwalts/puppet-jdk_oracle",
"project_page": "https://github.com/tylerwalts/puppet-jdk_oracle",
"issues_url": "https://github.com/tylerwalts/puppet-jdk_oracle/issues",
"tags": [
"java",
"oracle",
"jdk"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5.0",
"6.0"
]
},
{
"operatingsystem": "Amazon",
"operatingsystemrelease": [
"2013",
"2014",
"2015"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"13.10",
"12.04",
"10.04"
]
},
{
"operatingsystem": "Mint",
"operatingsystemrelease": [
"17.2"
]
}
],
"description": "Module for automating Oracle JDK download and installation, which does not have a dependency on a human download task, file share or centralized architecture design. It fetches the installer binary from the target server, for the target server. This approach assumes that automation is more valuable than bandwidth.",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"},
{"name":"puppet-archive","version_requirement":">= 1.0.0"},
{"name":"puppet-alternatives","version_requirement":">= 1.0.0"}
]
}