Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
salt.18364
allow-extra_filerefs-as-sanitized-kwargs-for-ss...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File allow-extra_filerefs-as-sanitized-kwargs-for-ssh-cli.patch of Package salt.18364
From d393cb03b84c4071fc12a9ca52819f44dfa5076c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= <psuarezhernandez@suse.com> Date: Mon, 22 Feb 2021 11:39:19 +0000 Subject: [PATCH] Allow extra_filerefs as sanitized kwargs for SSH client --- salt/client/ssh/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/client/ssh/client.py b/salt/client/ssh/client.py index 80dc4a63a5..98ce71dd07 100644 --- a/salt/client/ssh/client.py +++ b/salt/client/ssh/client.py @@ -56,6 +56,7 @@ class SSHClient(object): ('rosters', list), ('ignore_host_keys', bool), ('raw_shell', bool), + ('extra_filerefs', str), ] sane_kwargs = {} for name, kind in roster_vals: -- 2.30.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor