commit
3a5f4c4679
@ -12,7 +12,7 @@
|
|||||||
global_defs {
|
global_defs {
|
||||||
notification_email {
|
notification_email {
|
||||||
{%- if 'notification_emails' in salt['pillar.get']('keepalived:global_defs') %}
|
{%- if 'notification_emails' in salt['pillar.get']('keepalived:global_defs') %}
|
||||||
{%- for email in salt['pillar.get']('keepalived:global_defs:notification_emails', {}).iteritems() %}
|
{%- for email in salt['pillar.get']('keepalived:global_defs:notification_emails', []) %}
|
||||||
{{ email }}
|
{{ email }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user