diff options
Diffstat (limited to 'pillar/common.sls')
-rw-r--r-- | pillar/common.sls | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pillar/common.sls b/pillar/common.sls deleted file mode 100644 index d423f73..0000000 --- a/pillar/common.sls +++ /dev/null @@ -1,12 +0,0 @@ -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 %} |