Replace spaces with tabs

This commit is contained in:
Liam Young 2014-12-04 09:09:44 +00:00
parent 550670aa54
commit 70bdee4a5f
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ totem {
# The following values need to be set based on your environment # The following values need to be set based on your environment
ringnumber: 0 ringnumber: 0
bindnetaddr: {{ corosync_bindnetaddr }} bindnetaddr: {{ corosync_bindnetaddr }}
{% if transport == "udp" %} {% if transport == "udp" %}
mcastaddr: {{ corosync_mcastaddr }} mcastaddr: {{ corosync_mcastaddr }}
{% endif %} {% endif %}
mcastport: {{ corosync_mcastport }} mcastport: {{ corosync_mcastport }}
} }
transport: {{ transport }} transport: {{ transport }}