Split to OS specific common pillar
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
2698d18625
commit
4863396938
@ -1,12 +1,8 @@
|
|||||||
include:
|
include:
|
||||||
- role.salt.common
|
- role.salt.common
|
||||||
- role.salt.minion
|
- role.salt.minion
|
||||||
|
- common.{{ grains['os'] | lower }}
|
||||||
|
|
||||||
managed_header_pound: |
|
managed_header_pound: |
|
||||||
### This file is managed via https://git.com.de/LibertaCasa/salt
|
### This file is managed via https://git.com.de/LibertaCasa/salt
|
||||||
### Manual changes will be overwritten
|
### Manual changes will be overwritten
|
||||||
|
|
||||||
{%- if grains['os'] == 'SUSE' %}
|
|
||||||
zypper:
|
|
||||||
refreshdb_force: False
|
|
||||||
{%- endif %}
|
|
3
pillar/common/suse.sls
Normal file
3
pillar/common/suse.sls
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
zypper:
|
||||||
|
refreshdb_force: False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user