summaryrefslogtreecommitdiffstats
path: root/pillar/common.sls
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-26 19:30:15 +0100
committerGeorg Pfuetzenreuter2023-01-26 20:54:09 +0100
commit56a1e11ef6a7f73edab543d79f6eba8b940d699f (patch)
tree7c1c78bc32b74c784aa8384fc18db36431a72b25 /pillar/common.sls
parentd627582075fb15bc3a812e38c6ec3c367761b877 (diff)
downloadsalt-56a1e11ef6a7f73edab543d79f6eba8b940d699f.tar.gz
salt-56a1e11ef6a7f73edab543d79f6eba8b940d699f.tar.bz2
salt-56a1e11ef6a7f73edab543d79f6eba8b940d699f.zip
Move common to global pillar
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pillar/common.sls')
-rw-r--r--pillar/common.sls13
1 files changed, 0 insertions, 13 deletions
diff --git a/pillar/common.sls b/pillar/common.sls
deleted file mode 100644
index 280886f..0000000
--- a/pillar/common.sls
+++ /dev/null
@@ -1,13 +0,0 @@
-include:
- - role.salt.common
- - role.salt.minion
- - 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 %}