mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix bug preventing minionswarm from working with tcp transport
This commit is contained in:
parent
1ae9dcb71c
commit
d0eda05f4d
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,8 @@ class MinionSwarm(Swarm):
|
|||
data['raet_port'] = self.raet_port
|
||||
data['pki_dir'] = os.path.join(dpath, 'pki')
|
||||
self.raet_port += 1
|
||||
elif self.opts['transport'] == 'tcp':
|
||||
data['transport'] = 'tcp'
|
||||
|
||||
if self.opts['root_dir']:
|
||||
data['root_dir'] = self.opts['root_dir']
|
||||
|
|
Loading…
Add table
Reference in a new issue