summaryrefslogtreecommitdiffstats
path: root/pillar/common.sls
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-24 18:03:15 +0100
committerGeorg Pfuetzenreuter2023-01-24 18:03:15 +0100
commit4863396938c7c638517cbefc3a2773c9eb29bc69 (patch)
treef3219168fe977cfc2b27b844232eefa89edb88c9 /pillar/common.sls
parent2698d18625246773601855c5be1d1abebc706e8a (diff)
downloadsalt-4863396938c7c638517cbefc3a2773c9eb29bc69.tar.gz
salt-4863396938c7c638517cbefc3a2773c9eb29bc69.tar.bz2
salt-4863396938c7c638517cbefc3a2773c9eb29bc69.zip
Split to OS specific common pillar
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pillar/common.sls')
-rw-r--r--pillar/common.sls12
1 files changed, 0 insertions, 12 deletions
diff --git a/pillar/common.sls b/pillar/common.sls
deleted file mode 100644
index d423f73..0000000
--- a/pillar/common.sls
+++ /dev/null
@@ -1,12 +0,0 @@
-include:
- - role.salt.common
- - role.salt.minion
-
-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 %}