mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add sock_dir to raet swarming
This commit is contained in:
parent
cf2cf9bc9f
commit
e20da9feca
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ class Swarm(object):
|
|||
data['pki_dir'] = minion_pkidir
|
||||
elif self.opts['transport'] == 'raet':
|
||||
data['transport'] = 'raet'
|
||||
data['sock_dir'] = os.path.join(dpath, 'sock')
|
||||
|
||||
if self.opts['root_dir']:
|
||||
data['root_dir'] = self.opts['root_dir']
|
||||
|
|
Loading…
Add table
Reference in a new issue