mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update napalm_mod.py
This commit is contained in:
parent
1a4a4824ff
commit
7b8c3dbacc
1 changed files with 6 additions and 2 deletions
|
@ -741,7 +741,7 @@ def netmiko_config(*config_commands, **kwargs):
|
|||
kwargs.update(netmiko_kwargs)
|
||||
return __salt__["netmiko.send_config"](config_commands=config_commands, **kwargs)
|
||||
|
||||
|
||||
|
||||
def junos_rpc(cmd=None, dest=None, format=None, **kwargs):
|
||||
"""
|
||||
.. versionadded:: 2019.2.0
|
||||
|
@ -1778,7 +1778,11 @@ def config_diff_text(
|
|||
|
||||
@depends(HAS_SCP)
|
||||
def scp_get(
|
||||
remote_path, local_path="", recursive=False, preserve_times=False, **kwargs,
|
||||
remote_path,
|
||||
local_path="",
|
||||
recursive=False,
|
||||
preserve_times=False,
|
||||
**kwargs,
|
||||
):
|
||||
"""
|
||||
.. versionadded:: 2019.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue