Invalidate the target cache very quickly (#34862)

This commit is contained in:
Thomas S Hatch 2016-07-22 09:34:08 -06:00 committed by Nicole Thomas
parent 1ca1367289
commit fb223e1bd4

View file

@ -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