mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
should be self
, not salt
This commit is contained in:
parent
a82e158f2d
commit
379b6cd23e
1 changed files with 1 additions and 1 deletions
|
@ -1355,7 +1355,7 @@ class AESFuncs(object):
|
|||
'data',
|
||||
{'grains': load['grains'],
|
||||
'pillar': data})
|
||||
if salt.opts.get('minion_data_cache_events') is True:
|
||||
if self.opts.get('minion_data_cache_events') is True:
|
||||
self.event.fire_event({'Minion data cache refresh': load['id']}, tagify(load['id'], 'refresh', 'minion'))
|
||||
return data
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue