o
�N�g� � @ s d Z dd� Zdd� ZdS )aH
Configuration of email aliases
The mail aliases file can be managed to contain definitions for specific email
aliases:
.. code-block:: yaml
username:
alias.present:
- target: user@example.com
.. code-block:: yaml
thomas:
alias.present:
- target: thomas@example.com
The default alias file is set to ``/etc/aliases``, as defined in Salt's
:mod:`config execution module <salt.modules.config>`. To change the alias
file from the default location, set the following in your minion config:
.. code-block:: yaml
aliases.file: /my/alias/file
c C s� | i ddd�}t d | |�rd|d<