diff --git a/templates/corosync.conf b/templates/corosync.conf index 6286d08..292bed9 100644 --- a/templates/corosync.conf +++ b/templates/corosync.conf @@ -47,9 +47,9 @@ totem { # The following values need to be set based on your environment ringnumber: 0 bindnetaddr: {{ corosync_bindnetaddr }} - {% if transport == "udp" %} + {% if transport == "udp" %} mcastaddr: {{ corosync_mcastaddr }} - {% endif %} + {% endif %} mcastport: {{ corosync_mcastport }} } transport: {{ transport }}