mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
7 lines
227 B
Smarty
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 %}
|