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