summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-24 21:46:18 +0100
committerGeorg Pfuetzenreuter2023-01-24 21:46:18 +0100
commit4c6b221dad25904be415aea21a743bc7c24e1453 (patch)
treec2fe8ba6fd06a751d1cb473146b6424691ee5003
parentd83eb08f484219acbc375389d42e57b3da440ed9 (diff)
downloadsalt-4c6b221dad25904be415aea21a743bc7c24e1453.tar.gz
salt-4c6b221dad25904be415aea21a743bc7c24e1453.tar.bz2
salt-4c6b221dad25904be415aea21a743bc7c24e1453.zip
Include role.salt.common in master
Needed to allow individual apply's of salt.master without breaking common configuration options. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r--pillar/role/salt/master.sls3
1 files changed, 3 insertions, 0 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls
index cafd05d..49785ac 100644
--- a/pillar/role/salt/master.sls
+++ b/pillar/role/salt/master.sls
@@ -1,5 +1,8 @@
{%- set formulas = ['salt', 'users', 'postfix'] -%}
+include:
+ - role.salt.common
+
salt:
interface: ${'secret_salt:master:interface'}
master_remove_config: True