Fix some variables names.

This commit is contained in:
Andrea Dell'Amico 2020-11-30 16:22:44 +01:00
parent 3d6e4250d8
commit 4a9391492b
1 changed files with 4 additions and 4 deletions

View File

@ -261,12 +261,12 @@
{% endif %}
{% endif %}
{% endif %}
{% if hybernate_cluster_enabled %}
{% if jgroups_cluster_enabled %}
# tomcat cluster
-A INPUT -m pkttype --pkt-type multicast -d {{ hybernate__multicast_addr }} -j ACCEPT
-A INPUT -m state --state NEW -p tcp -m tcp --dport {{ hybernate_multicast_port }} -j ACCEPT
-A INPUT -m pkttype --pkt-type multicast -d {{ jgroups_multicast_addr }} -j ACCEPT
-A INPUT -m state --state NEW -p tcp -m tcp --dport {{ jgroups_multicast_port }} -j ACCEPT
{% if hybernate_multicast_net is defined %}
-A INPUT -d {{ hybernate_multicast_net }} -j ACCEPT
-A INPUT -d {{ jgroups_multicast_net }} -j ACCEPT
{% endif %}
{% endif %}
{% if orientdb_hazelcast_multicast_enabled is defined and orientdb_hazelcast_multicast_enabled %}