mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert syndic from master opts to check test failures
This commit is contained in:
parent
853d3dafe3
commit
6874ff572e
1 changed files with 2 additions and 2 deletions
|
@ -2505,8 +2505,8 @@ def syndic_config(
|
|||
# DGM conf/suse/master has syndic_user for running syndic as a different user
|
||||
# DGM use urrently set it to 'salt'
|
||||
# DGM testing getting the master_opts user, and run syndic as that
|
||||
# DGM "user": opts.get("syndic_user", opts["user"]),
|
||||
"user": opts.get("syndic_user", master_opts["user"]),
|
||||
"user": opts.get("syndic_user", opts["user"]),
|
||||
# DGM test revert "user": opts.get("syndic_user", master_opts["user"]),
|
||||
"sock_dir": os.path.join(
|
||||
opts["cachedir"], opts.get("syndic_sock_dir", opts["sock_dir"])
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue