mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-23 03:58:15 +02:00
pillar/known_hosts_salt_ssh: clear cache in run()
This commit is contained in:
parent
b34b8f5fa7
commit
0abfd65e0b
@ -102,6 +102,7 @@ def host_keys(minion_id):
|
||||
return ''
|
||||
|
||||
def run():
|
||||
cache = {} # clear the cache
|
||||
config = {
|
||||
'public_ssh_host_keys': {},
|
||||
'public_ssh_host_names': {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user