mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #35526 from thatch45/ssh_W_tmp
Always deploy the thin to /var/tmp
This commit is contained in:
commit
e2bd575461
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class SSH(object):
|
|||
}
|
||||
if self.opts.get('rand_thin_dir'):
|
||||
self.defaults['thin_dir'] = os.path.join(
|
||||
'/tmp',
|
||||
'/var/tmp',
|
||||
'.{0}'.format(uuid.uuid4().hex[:6]))
|
||||
self.opts['ssh_wipe'] = 'True'
|
||||
self.serial = salt.payload.Serial(opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue