forked from tylerwalts/puppet-jdk_oracle
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmetadata.json
More file actions
28 lines (28 loc) · 694 Bytes
/
metadata.json
File metadata and controls
28 lines (28 loc) · 694 Bytes
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
{
"name": "schrepfler-jdk_oracle",
"version": "1.0.10",
"author": "schrepfler",
"summary": "Module to install a JDK from the RPM binary distribution from oracle using wget.",
"license": "Apache-2.0",
"source": "https://github.com/schrepfler/puppet-jdk_oracle",
"project_page": "https://github.com/schrepfler/puppet-jdk_oracle",
"issues_url": "https://github.com/schrepfler/puppet-jdk_oracle/issues",
"tags": [ "java",
"jdk",
"oracle",
"rpm"
],
"operatingsystem_support": [{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5.0",
"6.0",
"7.0"
]
}
],
"dependencies": [{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.16.0"
}
]
}