Fix syndic to use master cachedir

This commit is contained in:
Colton Myers 2015-03-18 14:26:14 -06:00
parent c09b737ace
commit d40b3874c5

View File

@ -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