Manage global Postfix'es + make common pillar OS based #2

Merged
Georg merged 4 commits from postfix into production 2023-01-24 21:26:04 +01:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit 4863396938 - Show all commits

View File

@ -1,12 +1,8 @@
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 %}

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

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