Skip to content

Commit

Permalink
Oops fix the values
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert DEFERME committed Feb 16, 2023
1 parent 566265f commit 23e075d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/domain.conf.epp
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ HOST_CONTROLLER_JAVA_OPTS="$HOST_CONTROLLER_JAVA_OPTS -agentlib:jdwp=transport=d
#HOST_CONTROLLER_JAVA_OPTS="$HOST_CONTROLLER_JAVA_OPTS -agentlib:jdwp=transport=dt_shmem,server=y,suspend=n,address=jboss"

<% if $wildfly::version == '7.4' { -%>
MODULE_OPTS="<%= wildfly::module_opts %>"
MODULE_OPTS="<%= $wildfly::module_opts %>"
<% } -%>
2 changes: 1 addition & 1 deletion templates/standalone.conf.epp
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ JAVA_OPTS="$JAVA_OPTS -agentlib:jdwp=transport=dt_socket,address=<%= $wildfly::r
#JAVA_OPTS="$JAVA_OPTS -Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.PollSelectorProvider"

<% if $wildfly::version == '7.4' { -%>
MODULE_OPTS="<%= wildfly::module_opts %>"
MODULE_OPTS="<%= $wildfly::module_opts %>"
<% } -%>

0 comments on commit 23e075d

Please sign in to comment.