Compare commits

..

2 Commits

Author SHA1 Message Date
b51ef9936d
Include Postfix pillar via role
Some checks failed
ci/lysergic/push/pipeline Pipeline failed
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-24 23:04:57 +01:00
7b9f184c6b
Revert "Split to OS specific common pillar"
This reverts commit 4863396938c7c638517cbefc3a2773c9eb29bc69.
2023-01-24 23:03:20 +01:00
3 changed files with 6 additions and 7 deletions

View File

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

View File

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