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

Add parameters to domain.conf variables PROCESS_CONTROLLER_JAVA_OPTS and HOST_CONTROLLER_JAVA_OPTS #287

Closed EmersonPrado closed 1 year ago

EmersonPrado commented 1 year ago

Current wildfly::java_opts parameter allows customization of JAVA_OPTS, but makes it mandatory that they are the same for process and host controllers. My suggestion is to create wildfly::process_controller_java_opts and wildfly::host_controller_java_opts, allowing additional options for each one.