mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix syndic to use master cachedir
This commit is contained in:
parent
c09b737ace
commit
d40b3874c5
@ -967,6 +967,7 @@ def syndic_config(master_config_path,
|
||||
'sock_dir': os.path.join(
|
||||
opts['cachedir'], opts.get('syndic_sock_dir', opts['sock_dir'])
|
||||
),
|
||||
'cachedir': master_opts['cachedir'],
|
||||
}
|
||||
opts.update(syndic_opts)
|
||||
# Prepend root_dir to other paths
|
||||
|
Loading…
Reference in New Issue
Block a user