From 6c7aaa08e160703ee89a93847b2f46879df99912 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Jan 2023 20:35:14 +0100 Subject: Manage common Postfix Add configuration for global client MTA's. Signed-off-by: Georg Pfuetzenreuter Enable Postfix management Signed-off-by: Georg Pfuetzenreuter --- salt/common/postfix.sls | 3 +++ salt/common/suse.sls | 1 + 2 files changed, 4 insertions(+) create mode 100644 salt/common/postfix.sls (limited to 'salt/common') diff --git a/salt/common/postfix.sls b/salt/common/postfix.sls new file mode 100644 index 0000000..d5b51d4 --- /dev/null +++ b/salt/common/postfix.sls @@ -0,0 +1,3 @@ +include: + - postfix + - postfix.config diff --git a/salt/common/suse.sls b/salt/common/suse.sls index e655353..d76da87 100644 --- a/salt/common/suse.sls +++ b/salt/common/suse.sls @@ -3,6 +3,7 @@ include: - profile.zypp - profile.node_exporter - users + - .postfix {#- to-do: move this to some formula or macro -#} {%- set osfullname = grains['osfullname'] -%} -- cgit v1.2.3