0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-02-21 23:10:29 +01: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

View File

@ -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': {}