Project

General

Profile

« Previous | Next » 

Revision b6088261

Added by Ewoud Kohl van Wijngaarden 2 months ago

Fixes #37291 - Use explicit java on RH with Puppetserver 8

The /usr/bin/java file may point to any version. This changes the logic
to determine the java version (unless explicitly specified) dynamically
based on the puppetserver version and the OS.

View differences:

manifests/params.pp
default => '/etc/default/puppetserver',
}
$server_jvm_java_bin = '/usr/bin/java'
$server_jvm_extra_args = undef
$server_jvm_cli_args = undef

Also available in: Unified diff