Compare commits

...

1 Commits

Author SHA1 Message Date
3789895228
Add manage_postfix conditional
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Allow local MTA management to be disabled for hosts which need a custom
configuration.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-05-02 21:11:57 +02:00

View File

@ -12,7 +12,9 @@ include:
- users
{%- endif %}
- .ssh
{%- if salt['pillar.get']('manage_postfix', True) %}
- postfix.config
{%- endif %}
{#- to-do: move this to some formula or macro -#}
{%- set osfullname = grains['osfullname'] -%}