mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Fix salt-syndic's log_level not consistent with salt-master
some parameters of salt-master is covered by default salt-minion(if /etc/salt/minion doesn't exists), such as log_level
This commit is contained in:
parent
d6f86f439b
commit
b7d19b4b42
@ -1904,8 +1904,8 @@ def syndic_config(master_config_path,
|
||||
)
|
||||
opts['_minion_conf_file'] = master_opts['conf_file']
|
||||
opts['_master_conf_file'] = minion_opts['conf_file']
|
||||
opts.update(master_opts)
|
||||
opts.update(minion_opts)
|
||||
opts.update(master_opts)
|
||||
syndic_opts = {
|
||||
'__role': 'syndic',
|
||||
'root_dir': opts.get('root_dir', salt.syspaths.ROOT_DIR),
|
||||
|
Loading…
Reference in New Issue
Block a user