Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra java attribute overrides might be unnecessary #113

Open
fletchowns opened this issue Jan 14, 2015 · 2 comments
Open

Extra java attribute overrides might be unnecessary #113

fletchowns opened this issue Jan 14, 2015 · 2 comments

Comments

@fletchowns
Copy link

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'.

@fletchowns
Copy link
Author

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.

@fletchowns
Copy link
Author

@josephholsten any thoughts here? Maybe something changed in Chef since this was originally put in that causes it to no longer be an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant