diff options
author | Georg Pfuetzenreuter | 2023-01-24 23:03:20 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-24 23:03:20 +0100 |
commit | 7b9f184c6b0e6164cfc08b5ae4b77970cc001194 (patch) | |
tree | 0fa58b0f02166f66be58d368f9acafcc84207b4c /pillar/common.sls | |
parent | 342affc1b8d8a3c6152de27e809a63e6cc86b043 (diff) | |
download | salt-7b9f184c6b0e6164cfc08b5ae4b77970cc001194.tar.gz salt-7b9f184c6b0e6164cfc08b5ae4b77970cc001194.tar.bz2 salt-7b9f184c6b0e6164cfc08b5ae4b77970cc001194.zip |
Revert "Split to OS specific common pillar"
This reverts commit 4863396938c7c638517cbefc3a2773c9eb29bc69.
Diffstat (limited to 'pillar/common.sls')
-rw-r--r-- | pillar/common.sls | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pillar/common.sls b/pillar/common.sls new file mode 100644 index 0000000..d423f73 --- /dev/null +++ b/pillar/common.sls @@ -0,0 +1,12 @@ +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 %} |