diff options
author | Georg Pfuetzenreuter | 2023-01-26 18:58:09 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-26 20:54:09 +0100 |
commit | d627582075fb15bc3a812e38c6ec3c367761b877 (patch) | |
tree | 60a74a327fccb8ef96cff582b35f2dab87ea7dc5 /formulas.yaml | |
parent | 68939f80548446b1e1f44a62e98cc97d6552d2ff (diff) | |
download | salt-d627582075fb15bc3a812e38c6ec3c367761b877.tar.gz salt-d627582075fb15bc3a812e38c6ec3c367761b877.tar.bz2 salt-d627582075fb15bc3a812e38c6ec3c367761b877.zip |
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 <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'formulas.yaml')
l--------- | formulas.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/formulas.yaml b/formulas.yaml new file mode 120000 index 0000000..46a0cb0 --- /dev/null +++ b/formulas.yaml @@ -0,0 +1 @@ +pillar/formulas.yaml
\ No newline at end of file |