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

Control JDK installation from Puppet Facts #13

Merged
merged 3 commits into from
Jun 6, 2017
Merged

Conversation

chamilad
Copy link
Contributor

@chamilad chamilad commented Jun 5, 2017

This PR introduces a new Custom Fact named install_java with possible boolean values true and false. This fact controls the Puppet logic so that if set to true, Puppet will install JDK along with the product in the Puppet run itself. If set to false, Puppet will not install the JDK.

This change is crucial for scenarios where the instances that Puppet run in already have a JDK installed and do not want to depend on a Puppet introduced JDK.

This resolves #12

NOTE: For the complete implementation of the original discussion, I've opened a PR at wso2/puppet-base.
wso2/puppet-base#19

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

Successfully merging this pull request may close these issues.

Control JDK installation through Facter
3 participants