mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Invalidate the target cache very quickly (#34862)
This commit is contained in:
parent
1ca1367289
commit
fb223e1bd4
1 changed files with 2 additions and 1 deletions
|
@ -664,7 +664,8 @@ class Single(object):
|
|||
'root_dir': os.path.join(self.thin_dir, 'running_data'),
|
||||
'id': self.id,
|
||||
'sock_dir': '/',
|
||||
'log_file': 'salt-call.log'
|
||||
'log_file': 'salt-call.log',
|
||||
'fileserver_list_cache_time': 3,
|
||||
})
|
||||
self.minion_config = salt.serializers.yaml.serialize(self.minion_opts)
|
||||
self.target = kwargs
|
||||
|
|
Loading…
Add table
Reference in a new issue