Compare commits
2 Commits
3b0394a7a5
...
584ebe42e5
Author | SHA1 | Date | |
---|---|---|---|
584ebe42e5 | |||
4bc5f1e12a |
@ -42,7 +42,7 @@ vrrp_instance VIP_{{ keepalived_uid }} {
|
|||||||
|
|
||||||
{% if keepalived_peers | length > 0 %}
|
{% if keepalived_peers | length > 0 %}
|
||||||
unicast_peer {
|
unicast_peer {
|
||||||
{{ keepalived_peers | join('\n') | indent(width=4, indent=True) }}
|
{{ keepalived_peers | join('\n') | indent(width=4) }}
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user