File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ the .tar.gz.
8181 you accept IBM's EULA (for ` java::ibm ` )
8282* ` node['java']['accept_license_agreement'] ` - Indicates that you accept
8383 the EULA for openjdk package installation.
84- * ` node['java']['set_default'] ` - Indicates whether or not you want the
84+ * ` node['java']['set_default'] ` - Indicates whether or not you want the
8585 JDK installed to be default on the system. Defaults to true.
8686
8787Recipes
@@ -107,6 +107,10 @@ Sets default attributes based on the JDK version. This logic must be in
107107a recipe instead of attributes/default.rb. See [ #95 ] ( https://github.com/socrata-cookbooks/java/pull/95 )
108108for details.
109109
110+ ## default_java_symlink
111+
112+ Updates /usr/lib/jvm/default-java to point to JAVA_HOME.
113+
110114## purge_packages
111115
112116Purges deprecated Sun Java packages.
Original file line number Diff line number Diff line change 77version "1.20.1"
88
99recipe "java::default" , "Installs Java runtime"
10+ recipe "java::default_java_symlink" , "Updates /usr/lib/jvm/default-java"
1011recipe "java::ibm" , "Installs the JDK for IBM"
1112recipe "java::ibm_tar" , "Installs the JDK for IBM from a tarball"
1213recipe "java::openjdk" , "Installs the OpenJDK flavor of Java"
You can’t perform that action at this time.
0 commit comments