Split to OS specific common pillar

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-24 18:03:15 +01:00
parent 2698d18625
commit 4863396938
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
2 changed files with 4 additions and 5 deletions

View File

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

3
pillar/common/suse.sls Normal file
View File

@ -0,0 +1,3 @@
zypper:
refreshdb_force: False