Sync template with automatic changes

The jboss.bind.address.management variable keeps being
automatically flipped to 0.0.0.0 so it's triggering a
template refresh with every puppet run. Just put that
in the template.

Change-Id: Id7faae2b9937bd1bd016b2cea7329702d0b951e2
This commit is contained in:
Elizabeth K. Joseph 2015-06-17 10:37:49 -07:00
parent 9e0edabed4
commit 71b9503369
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
<inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:0.0.0.0}"/>