Use a relative un-nested path to the salt-call logfile.

Fixes #25689
This commit is contained in:
Pedro Algarvio 2015-07-24 12:57:47 +01:00
parent 6309f22a65
commit afba3bde90

View File

@ -631,6 +631,7 @@ class Single(object):
'root_dir': os.path.join(self.thin_dir, 'running_data'),
'id': self.id,
'sock_dir': '/',
'log_file': 'salt-call.log'
})
self.minion_config = yaml.dump(self.minion_opts)
self.target = kwargs