Georg Pfuetzenreuter
a3583e25a5
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Zypper pillar data is not needed on non-SUSE systems. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
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 %}
|