You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across these java attributes in this cookbook that were added here and got curious about it. Ended up making a post on the mailing list and got feedback that it may be unnecessary. I did some testing and it seems to work fine with only having default[:java][:jdk_version] = '7'.
The text was updated successfully, but these errors were encountered:
I also tried only having default[:java][:jdk_version] = '7' on a CentOS 5.11 box and it seemed to also get Java 7 installed. Without setting that jdk_version attribute on CentOS 5.11, Java 6 is installed.
I came across these java attributes in this cookbook that were added here and got curious about it. Ended up making a post on the mailing list and got feedback that it may be unnecessary. I did some testing and it seems to work fine with only having
default[:java][:jdk_version] = '7'
.The text was updated successfully, but these errors were encountered: