mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update error message.
This commit is contained in:
parent
95dfdb91ca
commit
b7842a1777
1 changed files with 3 additions and 2 deletions
|
@ -473,10 +473,11 @@ class SSH(object):
|
|||
if self.targets[host].get('winrm') and not HAS_WINSHELL:
|
||||
returned.add(host)
|
||||
rets.add(host)
|
||||
log.debug('Install saltwinshell to manage Windows servers.')
|
||||
log_msg = 'Please contact sales@saltstack.com for access to the enterprise saltwinshell module.'
|
||||
log.debug(log_msg)
|
||||
no_ret = {'fun_args': [],
|
||||
'jid': None,
|
||||
'return': 'Install saltwinshell to manage Windows servers.',
|
||||
'return': log_msg,
|
||||
'retcode': 1,
|
||||
'fun': '',
|
||||
'id': host}
|
||||
|
|
Loading…
Add table
Reference in a new issue