voxpupuli / puppet-wildfly

Puppet module to install, configure and manage Wildfly (8/9/10+), JBoss EAP (6.1+/7.0+) and some Wildfly based products like apiman, Keycloak and Infinispan.
Apache License 2.0
29 stars 78 forks source link

(#287) Add parameters for (PROCESS|HOST)_CONTROLLER_JAVA_OPTS in domain.conf #290

Closed EmersonPrado closed 1 year ago

EmersonPrado commented 1 year ago

This change add two parameters in init class:

Then, respectively, adds these values, in domain.conf.epp template, for JBoss/Wildfly environment variables:

This way, these options can be managed separately, not anymore hardcoded to JAVA_OPTS.

JAVA_OPTS is kept unchanged, and is still written to these 2 other variables. These parameters allow additional options to each variable.

EmersonPrado commented 1 year ago

@biemond Could you pls review?