mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add cluster_mode to the master config
This commit is contained in:
parent
0aebb9108c
commit
88d80e0184
@ -72,6 +72,7 @@ def master_config(path):
|
||||
'log_level': 'WARNING',
|
||||
'out_level': 'ERROR',
|
||||
'cluster_masters': [],
|
||||
'cluster_mode': 'parinoid',
|
||||
}
|
||||
|
||||
if os.path.isfile(path):
|
||||
|
Loading…
Reference in New Issue
Block a user