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

Allow custom JAVA_BIN path #307

Merged
merged 1 commit into from
Jun 8, 2020
Merged

Allow custom JAVA_BIN path #307

merged 1 commit into from
Jun 8, 2020

Conversation

bastelfreak
Copy link
Collaborator

Since PuppetDB 6.11 Java 8, 9 and 10 are deprecated and Java 11 is
recommended. By default, the package use java from $PATH. This can
also be an older version. This patch adds a parameter that can be set to
a different java path, for example
/usr/lib/jvm/jre-11-openjdk/bin/java.

@bastelfreak bastelfreak requested a review from a team as a code owner June 4, 2020 08:28
@bastelfreak bastelfreak changed the title Allow custom JAVA_BIN paths Allow custom JAVA_BIN path Jun 4, 2020
Since PuppetDB 6.11 Java 8, 9 and 10 are deprecated and Java 11 is
recommended. By default, the package use `java` from $PATH. This can
also be an older version. This patch adds a parameter that can be set to
a different java path, for example
`/usr/lib/jvm/jre-11-openjdk/bin/java`.
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.

3 participants