diff options
author | Georg Pfuetzenreuter | 2023-01-24 21:46:18 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-24 21:46:18 +0100 |
commit | 4c6b221dad25904be415aea21a743bc7c24e1453 (patch) | |
tree | c2fe8ba6fd06a751d1cb473146b6424691ee5003 /pillar/role | |
parent | d83eb08f484219acbc375389d42e57b3da440ed9 (diff) | |
download | salt-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>
Diffstat (limited to 'pillar/role')
-rw-r--r-- | pillar/role/salt/master.sls | 3 |
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 |