salt/pillar/global/init.sls
Georg Pfuetzenreuter f949c0aba0
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
mta.postfix->global.mta pillar; remove mta profile
This is more a MTA configuration for system email on all hosts instead of
a dedicated email server role.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-26 20:54:09 +01:00

14 lines
273 B
Plaintext

include:
- role.salt.common
- role.salt.minion
- .mta
managed_header_pound: |
### This file is managed via https://git.com.de/LibertaCasa/salt
### Manual changes will be overwritten
{%- if grains['os'] == 'SUSE' %}
zypper:
refreshdb_force: False
{%- endif %}