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

Add support for official Oracle Java SE jdk and jre packages for CentOS #159

Merged
merged 3 commits into from Mar 2, 2016

Conversation

mmarseglia
Copy link

Hello, I fixed my code for Oracle Java SE support on CentOS. Could you please review?

@@ -87,6 +87,7 @@
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"}
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
{"name":"puppet-community/puppet-archive","version_requirement":"0.3.0"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this dependency would be backwards incompatible, and not needed if users are not using java::oracle, so perhaps it should just be documented as an optional dependency for when using java::oracle instead of a hard dependency.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and the forge namespace is just puppet

@hunner
Copy link
Contributor

hunner commented Feb 22, 2016

Thanks! Would you mind updating the readme reference section for java::oracle and mentioning that it needs archive?

@mmarseglia
Copy link
Author

Thanks for the feedback @hunner. I updated the README and removed the hard dependency.

hunner added a commit that referenced this pull request Mar 2, 2016
Add support for official Oracle Java SE jdk and jre packages for CentOS
@hunner hunner merged commit 749a735 into puppetlabs:master Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants