From 4c6b221dad25904be415aea21a743bc7c24e1453 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Jan 2023 21:46:18 +0100 Subject: 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 --- pillar/role/salt/master.sls | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3