Revert "Split to OS specific common pillar"

This reverts commit 4863396938.
This commit is contained in:
Georg Pfuetzenreuter 2023-01-24 23:03:20 +01:00
parent 342affc1b8
commit 7b9f184c6b
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,12 @@
include:
- role.salt.common
- role.salt.minion
- common.{{ grains['os'] | lower }}
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 %}

View File

@ -1,6 +0,0 @@
include:
- .postfix
zypper:
refreshdb_force: False