mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix transport settings in 3083c71
This commit is contained in:
parent
a95353b4e3
commit
146e6e519a
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ class TestDaemon(object):
|
|||
master_opts['transport'] = 'tcp'
|
||||
minion_opts['transport'] = 'tcp'
|
||||
sub_minion_opts['transport'] = 'tcp'
|
||||
# syndic_master_opts['transport'] = 'raet'
|
||||
syndic_master_opts['transport'] = 'tcp'
|
||||
|
||||
# Set up config options that require internal data
|
||||
master_opts['pillar_roots'] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue