Merge lists on test minions

Reflect production setting, allow pillar to merge from different roles.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-29 15:29:30 +01:00
parent 4ece021122
commit 1660fb099e
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -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: