ssh client does not need the salt user

This commit is contained in:
Thomas S Hatch 2013-09-12 23:57:08 -06:00
parent 2b57f5b3ae
commit 8ec4425ff1

View File

@ -1232,7 +1232,6 @@ class SSHClient(object):
self.opts = mopts
else:
self.opts = salt.config.client_config(c_path)
self.salt_user = self.__get_user()
def _prep_ssh(
self,