summaryrefslogtreecommitdiffstats
path: root/pillar/common.sls
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-24 21:26:04 +0100
committerGeorg Pfuetzenreuter2023-01-24 21:26:04 +0100
commitd83eb08f484219acbc375389d42e57b3da440ed9 (patch)
tree686376ed4b83c3d8c3b7d7323d8016d14123cfc2 /pillar/common.sls
parent2698d18625246773601855c5be1d1abebc706e8a (diff)
parent70036d224feb0cc73c61982aa284f77c9ad68904 (diff)
downloadsalt-d83eb08f484219acbc375389d42e57b3da440ed9.tar.gz
salt-d83eb08f484219acbc375389d42e57b3da440ed9.tar.bz2
salt-d83eb08f484219acbc375389d42e57b3da440ed9.zip
Merge pull request 'Manage global Postfix'es + make common pillar OS based' (#2) from postfix into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/2
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 %}