mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make sure the pidfile and log_file values are overriden by api opts
This commit is contained in:
parent
1f6b540e46
commit
3d2fefc83b
1 changed files with 2 additions and 0 deletions
|
@ -3330,6 +3330,8 @@ def api_config(path):
|
|||
prepend_root_dir(opts, [
|
||||
'api_pidfile',
|
||||
'api_logfile',
|
||||
'log_file',
|
||||
'pidfile'
|
||||
])
|
||||
return opts
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue