diff options
Diffstat (limited to 'pillar')
-rw-r--r-- | pillar/common.sls | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pillar/common.sls b/pillar/common.sls index 0440484..d423f73 100644 --- a/pillar/common.sls +++ b/pillar/common.sls @@ -6,5 +6,7 @@ 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 %} |