library/roles/orientdb/templates/hazelcast.xml.j2: The starting port is now a variable too.

This commit is contained in:
Andrea Dell'Amico 2017-04-18 18:01:34 +02:00
parent e634df89a0
commit 4f45181ac9
1 changed files with 1 additions and 1 deletions

View File

@ -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>