mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add hash_type argument to MultiKeyCLI.finger_all function
This commit is contained in:
parent
c8681269a4
commit
55ad9d6c6c
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class MultiKeyCLI(KeyCLI):
|
|||
def finger(self, match, hash_type):
|
||||
self._call_all('finger', match, hash_type)
|
||||
|
||||
def finger_all(self):
|
||||
def finger_all(self, hash_type):
|
||||
self._call_all('finger_all', hash_type)
|
||||
|
||||
def prep_signature(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue