From 1e41ce847a635ed696d3e3c62210f37879233359 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 26 Jan 2023 19:34:01 +0100 Subject: [PATCH] Move mta.postfix to global.mta This is more a MTA configuration for system email on all hosts instead of a dedicated email server role. Signed-off-by: Georg Pfuetzenreuter --- pillar/global/init.sls | 2 +- pillar/{role/mta/postfix.sls => global/mta.sls} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pillar/{role/mta/postfix.sls => global/mta.sls} (100%) diff --git a/pillar/global/init.sls b/pillar/global/init.sls index 280886f..98536a3 100644 --- a/pillar/global/init.sls +++ b/pillar/global/init.sls @@ -1,7 +1,7 @@ include: - role.salt.common - role.salt.minion - - role.mta.postfix + - .mta managed_header_pound: | ### This file is managed via https://git.com.de/LibertaCasa/salt diff --git a/pillar/role/mta/postfix.sls b/pillar/global/mta.sls similarity index 100% rename from pillar/role/mta/postfix.sls rename to pillar/global/mta.sls