mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
243909f39d
commit
244c3bd495
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ def present(
|
|||
result = __salt__['ssh.check_known_host'](user, name,
|
||||
key=key,
|
||||
fingerprint=fingerprint,
|
||||
config=config)
|
||||
config=config,
|
||||
port=port)
|
||||
except CommandNotFoundError as err:
|
||||
ret['result'] = False
|
||||
ret['comment'] = 'ssh.check_known_host error: {0}'.format(err)
|
||||
|
|
Loading…
Add table
Reference in a new issue