mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51707 from isbm/isbm-pillar-refresh-fix
Bugfix: pillar refresh
This commit is contained in:
commit
74db589971
1 changed files with 2 additions and 0 deletions
|
@ -2210,6 +2210,8 @@ class Minion(MinionBase):
|
|||
finally:
|
||||
async_pillar.destroy()
|
||||
self.module_refresh(force_refresh)
|
||||
self.matchers_refresh()
|
||||
self.beacons_refresh()
|
||||
|
||||
def manage_schedule(self, tag, data):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue