Compare commits

...

3 Commits

Author SHA1 Message Date
7305d70822 Merge pull request 'Revert OS pillar split' (#4) from revert-ospillarsplit into production
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Reviewed-on: #4
2023-01-24 23:29:11 +01:00
4bf9ac9413
Include Postfix pillar via role
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-24 23:16:56 +01:00
7b9f184c6b
Revert "Split to OS specific common pillar"
This reverts commit 4863396938c7c638517cbefc3a2773c9eb29bc69.
2023-01-24 23:03:20 +01:00
5 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,13 @@
include:
- role.salt.common
- role.salt.minion
- common.{{ grains['os'] | lower }}
- role.mta.postfix
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 %}

View File

@ -1,6 +0,0 @@
include:
- .postfix
zypper:
refreshdb_force: False

View File

@ -3,7 +3,7 @@ include:
- profile.zypp
- profile.node_exporter
- users
- .postfix
- role.mta.postfix
{#- to-do: move this to some formula or macro -#}
{%- set osfullname = grains['osfullname'] -%}