From d627582075fb15bc3a812e38c6ec3c367761b877 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 26 Jan 2023 18:58:09 +0100 Subject: Read formulas from central file - add formulas.yaml file containing list of all enabled formulas - read formulas from said file in role.salt.master and prepare_minion.py - add symlink for easier tracking of the file Signed-off-by: Georg Pfuetzenreuter --- pillar/role/salt/master.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pillar/role/salt/master.sls') diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls index 49785ac..e66774f 100644 --- a/pillar/role/salt/master.sls +++ b/pillar/role/salt/master.sls @@ -1,4 +1,4 @@ -{%- set formulas = ['salt', 'users', 'postfix'] -%} +{%- import_yaml 'formulas.yaml' as formulas -%} include: - role.salt.common -- cgit v1.2.3