Compare commits
No commits in common. "7305d708229241791102e044ad145405f5e71423" and "342affc1b8d8a3c6152de27e809a63e6cc86b043" have entirely different histories.
7305d70822
...
342affc1b8
@ -1,13 +1,8 @@
|
|||||||
include:
|
include:
|
||||||
- role.salt.common
|
- role.salt.common
|
||||||
- role.salt.minion
|
- role.salt.minion
|
||||||
- role.mta.postfix
|
- 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 %}
|
|
6
pillar/common/suse.sls
Normal file
6
pillar/common/suse.sls
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
include:
|
||||||
|
- .postfix
|
||||||
|
|
||||||
|
zypper:
|
||||||
|
refreshdb_force: False
|
||||||
|
|
@ -3,7 +3,7 @@ include:
|
|||||||
- profile.zypp
|
- profile.zypp
|
||||||
- profile.node_exporter
|
- profile.node_exporter
|
||||||
- users
|
- users
|
||||||
- role.mta.postfix
|
- .postfix
|
||||||
|
|
||||||
{#- to-do: move this to some formula or macro -#}
|
{#- to-do: move this to some formula or macro -#}
|
||||||
{%- set osfullname = grains['osfullname'] -%}
|
{%- set osfullname = grains['osfullname'] -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user