mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-05-16 21:27:00 +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 ''
|
return ''
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
|
cache = {} # clear the cache
|
||||||
config = {
|
config = {
|
||||||
'public_ssh_host_keys': {},
|
'public_ssh_host_keys': {},
|
||||||
'public_ssh_host_names': {}
|
'public_ssh_host_names': {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user