forked from saltstack-formulas/sun-java-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpillar.example
More file actions
39 lines (34 loc) · 1.77 KB
/
pillar.example
File metadata and controls
39 lines (34 loc) · 1.77 KB
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
java_home: /usr/lib/java
# See Oracle Java SE checksums page here: https://www.oracle.com/webfolder/s/digest/8u162checksum.html
java:
prefix: /usr/share/java
java_symlink: /usr/bin/java
javac_symlink: /usr/bin/javac
dl_opts: -b oraclelicense=accept-securebackup-cookie -L -s
archive_type: tar
# Enable alternatives feature by setting nonzero 'alt_priority' value here.
# Increase same value on each subsequent software installation.
# alt_priority: 301800111
## JDK ##
version_name: jdk1.8.0_162
source_url: http://download.oracle.com/otn-pub/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-x64.tar.gz
source_hash: sha256=68ec82d47fd9c2b8eb84225b6db398a72008285fafc98631b1ff8d2229680257
jre_lib_sec: /usr/share/java/jdk1.8.0_162/jre/lib/security
java_real_home: /usr/share/java/jdk1.8.0_162
java_realcmd: /usr/share/java/jdk1.8.0_162/bin/java
javac_realcmd: /usr/share/java/jdk1.8.0_162/bin/javac
## or JRE ##
# version_name: jre1.8.0_162
# source_url: http://download.oracle.com/otn-pub/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jre-8u162-linux-x64.tar.gz
# source_hash: sha256=dfa25ebd1f90bf74ad7ba2dacb0e08d884594e733c9a522b58256778031341a4
# jre_lib_sec: /usr/share/java/jre1.8.0_162/jre/lib/security
# java_real_home: /usr/share/java/jre1.8.0_162
# java_realcmd: /usr/share/java/jre1.8.0_162/bin/java
# javac_realcmd:
## and JCE ##
jce_url: http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip
jce_hash: sha256=f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59
# java:version_name is the name of the top-level directory inside the tarball
# java:prefix is where the tarball is unpacked into - prefix/version_name being
# the location of the jdk or jre
# java:dl_opts - cli args to cURL