diff options
author | Georg Pfuetzenreuter | 2023-01-24 23:29:11 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-24 23:29:11 +0100 |
commit | 7305d708229241791102e044ad145405f5e71423 (patch) | |
tree | a6bd4d887cbb95f3a1b736880f684b0774646c81 /pillar/common.sls | |
parent | 342affc1b8d8a3c6152de27e809a63e6cc86b043 (diff) | |
parent | 4bf9ac9413b0ab5668abd9a77c9be745b5bee136 (diff) | |
download | salt-7305d708229241791102e044ad145405f5e71423.tar.gz salt-7305d708229241791102e044ad145405f5e71423.tar.bz2 salt-7305d708229241791102e044ad145405f5e71423.zip |
Merge pull request 'Revert OS pillar split' (#4) from revert-ospillarsplit into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/4
Diffstat (limited to 'pillar/common.sls')
-rw-r--r-- | pillar/common.sls | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pillar/common.sls b/pillar/common.sls new file mode 100644 index 0000000..280886f --- /dev/null +++ b/pillar/common.sls @@ -0,0 +1,13 @@ +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 %} |