diff options
Diffstat (limited to 'pillar')
| -rw-r--r-- | pillar/common.sls (renamed from pillar/common/init.sls) | 7 | ||||
| -rw-r--r-- | pillar/common/suse.sls | 6 | ||||
| -rw-r--r-- | pillar/role/mta/postfix.sls (renamed from pillar/common/postfix.sls) | 0 | 
3 files changed, 6 insertions, 7 deletions
| diff --git a/pillar/common/init.sls b/pillar/common.sls index 7665aa6..280886f 100644 --- a/pillar/common/init.sls +++ b/pillar/common.sls @@ -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 %} diff --git a/pillar/common/suse.sls b/pillar/common/suse.sls deleted file mode 100644 index f3456ed..0000000 --- a/pillar/common/suse.sls +++ /dev/null @@ -1,6 +0,0 @@ -include: -  - .postfix - -zypper: -  refreshdb_force: False - diff --git a/pillar/common/postfix.sls b/pillar/role/mta/postfix.sls index 15c3d07..15c3d07 100644 --- a/pillar/common/postfix.sls +++ b/pillar/role/mta/postfix.sls | 
