-
Notifications
You must be signed in to change notification settings - Fork 54
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
Missing utilization of RHEL/CentOS 'alternatives' and 'profile.d' #30
Comments
Hi William, Thanks for the feedback, and I am glad you are finding the module useful. I would be happy to take in a Pull Request from you, and it would allow you to retain credit for the commit without having to note it as a source code comment. Here's how to go about it the GitHub Way:
More info here: https://help.github.com/articles/using-pull-requests Thanks,
|
Done and done; thanks so much! William W. Kimball, Jr. FICO From: tylerwalts [mailto:[email protected]] Hi William, Thanks for the feedback, and I am glad you are finding the module useful. I would be happy to take in a Pull Request from you, and it would allow you to retain credit for the commit without having to note it as a source code comment. Here's how to go about it the GitHub Way:
More info here: https://help.github.com/articles/using-pull-requests Thanks,
— This email and any files transmitted with it are confidential, proprietary and intended solely for the individual or entity to whom they are addressed. If you have received this email in error please delete it immediately. |
I'd add a branch and just submit our changes but that doesn't seem to be allowed, so I'll just file this as a defect report. At FICO, we're using a modified version of your project that correctly handles RHEL and CentOS
alternatives
andprofile.d
management.ISSUE: Symbolic links are being used on RHEL and CentOS hosts by the jdk_oracle module to manage what the native
alternatives
solution is already responsible for, leavingalternatives
in an inconsistent state. In addition,JAVA_HOME
is not being properly set by this module, leaving Java application developers to find their own way to set this important environment variable.PROPOSED SOLUTION: We've modified the
init.pp
file thusly:Please consider adopting our proposed solution or allowing me to branch/commit the changes to your repository. Thank you very much for providing this module; it has proven to be very useful for our environments!
The text was updated successfully, but these errors were encountered: