diff options
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 %} |