forked from ISTI-ansible-roles/ansible-roles
Fixed hazelcast configuration. name and value attribute of parameter tag were inverted
This commit is contained in:
parent
f47344833e
commit
810d2ae9c9
|
@ -10,7 +10,7 @@
|
|||
<handler class="com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin">
|
||||
<parameters>
|
||||
<parameter value="{{ orientdb_distributed | ternary('true','false') }}" name="enabled"/>
|
||||
<parameter value="nodeName" name="{{ ansible_fqdn }}"/>
|
||||
<parameter value="{{ ansible_fqdn }}" name="nodeName"/>
|
||||
<parameter value="${ORIENTDB_HOME}/config/default-distributed-db-config.json" name="configuration.db.default"/>
|
||||
<parameter value="${ORIENTDB_HOME}/config/hazelcast.xml" name="configuration.hazelcast"/>
|
||||
</parameters>
|
||||
|
|
Loading…
Reference in New Issue