fixed missing closing bracked of global_defs preventing vrrp scripts from working properly
This commit is contained in:
parent
e97b3fda09
commit
ee2d6aa966
@ -22,6 +22,7 @@ global_defs {
|
|||||||
{%- if 'smtp_timeout' in salt['pillar.get']('keepalived:global_defs') %}
|
{%- if 'smtp_timeout' in salt['pillar.get']('keepalived:global_defs') %}
|
||||||
smtp_timeout {{ salt['pillar.get']('keepalived:defaults:smtp_timeout') }}
|
smtp_timeout {{ salt['pillar.get']('keepalived:defaults:smtp_timeout') }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
}
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
# static network configuration
|
# static network configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user