I would like to change the few portion in the value part of xml. Is it possible to do it in Augeas ?
For eg:
I would like to change the IP_ADDRESS alone in the following xml. It has been placed in three places. Is it possible to do it ?
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:IP_ADDRESS}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:IP_ADDRESS}"/>
</interface>
<interface name="unsecure">
<inet-address value="${jboss.bind.address.unsecure:IP_ADDRESS}"/>
</interface>
</interfaces>