mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
add missing function argument
This commit is contained in:
parent
1d39790e9c
commit
f2129c3c37
@ -1104,7 +1104,7 @@ ARGS = {10}\n'''.format(self.minion_config,
|
||||
if not self.winrm:
|
||||
ret = self.shell.exec_cmd('/bin/sh \'$HOME/{0}\''.format(target_shim_file))
|
||||
else:
|
||||
ret = saltwinshell.call_python(self)
|
||||
ret = saltwinshell.call_python(self, target_shim_file)
|
||||
|
||||
# Remove shim from target system
|
||||
if not self.winrm:
|
||||
|
Loading…
Reference in New Issue
Block a user