salt-common/sls/mdadm/mdadm.conf.tpl
2016-04-17 02:52:58 +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 %}