mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint
This commit is contained in:
parent
174337d020
commit
10cd328dda
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ def finger():
|
|||
'''
|
||||
return salt.utils.pem_finger(
|
||||
os.path.join(__opts__['pki_dir'], 'minion.pub'),
|
||||
sum_type=__opts__['hash_type']
|
||||
sum_type=__opts__['hash_type']
|
||||
)
|
||||
|
||||
|
||||
|
@ -39,5 +39,5 @@ def finger_master():
|
|||
'''
|
||||
return salt.utils.pem_finger(
|
||||
os.path.join(__opts__['pki_dir'], 'minion_master.pub'),
|
||||
sum_type=__opts__['hash_type']
|
||||
sum_type=__opts__['hash_type']
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue