0
0
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:
Alexander Weidinger 2018-05-11 16:46:07 +02:00
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': {}