salt/pillar/global/init.sls
Georg Pfuetzenreuter 2a5962e292
Some checks failed
ci/lysergic/push/pipeline Pipeline failed
Move common to global pillar
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-26 19:30:15 +01:00

14 lines
285 B
Plaintext

include:
- role.salt.common
- role.salt.minion
- role.mta.postfix
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 %}