Merge pull request #51707 from isbm/isbm-pillar-refresh-fix

Bugfix: pillar refresh
This commit is contained in:
Thomas S Hatch 2019-02-21 08:12:48 -07:00 committed by GitHub
commit 74db589971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):
'''