From 1660fb099e26a9a2365b8fc12e3926720f989153 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 29 Jan 2023 15:29:30 +0100 Subject: Merge lists on test minions Reflect production setting, allow pillar to merge from different roles. Signed-off-by: Georg Pfuetzenreuter --- bin/prepare_minion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/prepare_minion.py') diff --git a/bin/prepare_minion.py b/bin/prepare_minion.py index 92d45c5..2b0ac0f 100755 --- a/bin/prepare_minion.py +++ b/bin/prepare_minion.py @@ -15,7 +15,7 @@ mypwd = os.getcwd() formulasfile = 'formulas.yaml' formulasdir = '/srv/formulas' -configdata = {'file_roots': {'production': ['/srv/salt']}} +configdata = {'file_roots': {'production': ['/srv/salt']}, 'pillar_merge_lists': True} grainsdata = {'roles': roles} with open(grainsfile, mode='w') as grainsfh: -- cgit v1.2.3