salt/pillar/global/init.sls
Georg Pfuetzenreuter 698234c040
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Manage common SSH server
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-26 23:05:21 +01:00

15 lines
282 B
Plaintext

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