Compare commits

..

No commits in common. "b51ef9936d074e349808e155e252ce622de35ee8" and "342affc1b8d8a3c6152de27e809a63e6cc86b043" have entirely different histories.

3 changed files with 7 additions and 6 deletions

View File

@ -1,13 +1,8 @@
include:
- role.salt.common
- role.salt.minion
- role.mta.postfix
- 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 %}

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

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