Merge pull request #35526 from thatch45/ssh_W_tmp

Always deploy the thin to /var/tmp
This commit is contained in:
Thomas S Hatch 2016-08-17 13:44:26 -06:00 committed by GitHub
commit e2bd575461

View file

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