summaryrefslogtreecommitdiffstats
path: root/salt/common
diff options
context:
space:
mode:
Diffstat (limited to 'salt/common')
-rw-r--r--salt/common/postfix.sls3
-rw-r--r--salt/common/suse.sls1
2 files changed, 4 insertions, 0 deletions
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'] -%}