summaryrefslogtreecommitdiffstats
path: root/pillar/common
diff options
context:
space:
mode:
Diffstat (limited to 'pillar/common')
-rw-r--r--pillar/common/init.sls8
-rw-r--r--pillar/common/suse.sls3
2 files changed, 11 insertions, 0 deletions
diff --git a/pillar/common/init.sls b/pillar/common/init.sls
new file mode 100644
index 0000000..7665aa6
--- /dev/null
+++ b/pillar/common/init.sls
@@ -0,0 +1,8 @@
+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
diff --git a/pillar/common/suse.sls b/pillar/common/suse.sls
new file mode 100644
index 0000000..4105c37
--- /dev/null
+++ b/pillar/common/suse.sls
@@ -0,0 +1,3 @@
+zypper:
+ refreshdb_force: False
+