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>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-24 23:04:57 +01:00
parent 7b9f184c6b
commit 4bf9ac9413
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
4 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
include: include:
- role.salt.common - role.salt.common
- role.salt.minion - role.salt.minion
- role.mta.postfix
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

View File

@ -3,7 +3,7 @@ include:
- profile.zypp - profile.zypp
- profile.node_exporter - profile.node_exporter
- users - users
- .postfix - role.mta.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'] -%}