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 similarity index 100% rename from pillar/postfix.sls rename to 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 similarity index 100% rename from salt/common/postfix.sls rename to salt/role/mta/postfix.sls