summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pillar/common.sls (renamed from pillar/common/init.sls)6
-rw-r--r--pillar/common/suse.sls6
-rw-r--r--pillar/postfix.sls (renamed from pillar/common/postfix.sls)0
3 files changed, 5 insertions, 7 deletions
diff --git a/pillar/common/init.sls b/pillar/common.sls
index 7665aa6..d423f73 100644
--- a/pillar/common/init.sls
+++ b/pillar/common.sls
@@ -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 %}
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/postfix.sls
index 15c3d07..15c3d07 100644
--- a/pillar/common/postfix.sls
+++ b/pillar/postfix.sls