Преглед изворни кода

Make possible to set multiple admins emails

Emmanuel Bouthenot пре 10 година
родитељ
комит
dd01626a87
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      roles/common/templates/aliases.j2

+ 2 - 2
roles/common/templates/aliases.j2

@@ -15,6 +15,6 @@ logcheck:       root
 clamav:         root
 monit:          root
 
-{% if admin_email is defined %}
-root:           {{ admin_email }}
+{% if admins_emails is defined %}
+root:           {{ admins_emails | join(', ') }}
 {% endif %}