mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
disable minion data cache
This commit is contained in:
parent
f299eed430
commit
4fb8f82eb6
@ -620,7 +620,7 @@ class Single(object):
|
||||
'''
|
||||
# Ensure that opts/grains are up to date
|
||||
# Execute routine
|
||||
data_cache = self.opts.get('ssh_minion_cache', True)
|
||||
data_cache = False
|
||||
data = None
|
||||
cdir = os.path.join(self.opts['cachedir'], 'minions', self.id)
|
||||
if not os.path.isdir(cdir):
|
||||
|
Loading…
Reference in New Issue
Block a user