forked from sous-chefs/java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
35 lines (32 loc) · 825 Bytes
/
metadata.rb
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
name "java"
maintainer "Opscode, Inc."
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs Java runtime."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.16.1"
recipe "java", "Installs Java runtime"
recipe "java::openjdk", "Installs the OpenJDK flavor of Java"
recipe "java::oracle", "Installs the Oracle flavor of Java"
recipe "java::oracle_i386", "Installs the 32-bit jvm without setting it as the default"
recipe "java::oracle_rpm", "Installs the Oracle RPM flavor of Java"
%w{
debian
ubuntu
centos
redhat
scientific
fedora
amazon
arch
oracle
freebsd
windows
suse
xenserver
smartos
}.each do |os|
supports os
end
depends "windows"
depends "aws"