summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pillar/common.sls1
-rw-r--r--pillar/role/mta/postfix.sls (renamed from pillar/postfix.sls)0
-rw-r--r--salt/common/suse.sls2
-rw-r--r--salt/role/mta/postfix.sls (renamed from salt/common/postfix.sls)0
4 files changed, 2 insertions, 1 deletions
diff --git a/pillar/common.sls b/pillar/common.sls
index d423f73..280886f 100644
--- a/pillar/common.sls
+++ b/pillar/common.sls
@@ -1,6 +1,7 @@
include:
- role.salt.common
- role.salt.minion
+ - role.mta.postfix
managed_header_pound: |
### This file is managed via https://git.com.de/LibertaCasa/salt
diff --git a/pillar/postfix.sls b/pillar/role/mta/postfix.sls
index 15c3d07..15c3d07 100644
--- a/pillar/postfix.sls
+++ b/pillar/role/mta/postfix.sls
diff --git a/salt/common/suse.sls b/salt/common/suse.sls
index d76da87..d4cd6a1 100644
--- a/salt/common/suse.sls
+++ b/salt/common/suse.sls
@@ -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'] -%}
diff --git a/salt/common/postfix.sls b/salt/role/mta/postfix.sls
index d5b51d4..d5b51d4 100644
--- a/salt/common/postfix.sls
+++ b/salt/role/mta/postfix.sls