library/roles/orientdb/templates/hazelcast.xml.j2: The starting port is now a variable too.
This commit is contained in:
parent
e634df89a0
commit
4f45181ac9
|
@ -16,7 +16,7 @@
|
|||
<password>{{ orientdb_hazelcast_group_password }}</password>
|
||||
</group>
|
||||
<network>
|
||||
<port auto-increment="true">2434</port>
|
||||
<port auto-increment="true">{{ orientdb_hazelcast_multicast_port }}</port>
|
||||
<join>
|
||||
<multicast enabled="{{ orientdb_hazelcast_multicast_enabled | ternary('true','false') }}">
|
||||
<multicast-group>{{ orientdb_hazelcast_multicast_group }}</multicast-group>
|
||||
|
|
Loading…
Reference in New Issue