salt-common/sls/mdadm/files/mdadm.conf.tpl
niku64 ff02434397
Update to salt-2019.2.3 on python3.6 (#80)
* Fix python states

* Remove pkg: python3 deps

* Remove python2_7 from makeconf pillars, fix salt-call-selinux alias

* Translate sls/_* with 2to3 (#81)

Co-authored-by: Andrey Abramov <a.abramov@rbkmoney.com>
2020-03-27 15:41:36 +03:00

7 lines
227 B
Smarty

# mdadm configuration file
# Managed by Salt
{% set default_email = salt['pillar.get']('contacts:default:email', False) %}
#
#PROGRAM /usr/sbin/handle-mdadm-events
{% if default_email %}MAILADDR {{ default_email }}{% endif %}