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:
parent
9e0edabed4
commit
71b9503369
@ -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}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user