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:
parent
4ece021122
commit
1660fb099e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user