mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Extra comment.
This commit is contained in:
parent
6c2ef03b11
commit
1edd6ce302
1 changed files with 1 additions and 0 deletions
|
@ -1380,6 +1380,7 @@ class Minion(MinionBase):
|
|||
# we talk to the device we are proxying for. So force a grains
|
||||
# sync here.
|
||||
# Hmm...We can't seem to sync grains here, makes the event bus go nuts
|
||||
# leaving this commented to remind future me that this is not a good idea here.
|
||||
# self.functions['saltutil.sync_grains'](saltenv='base')
|
||||
else:
|
||||
self.functions, self.returners, _ = self._load_modules(force_refresh, notify=notify)
|
||||
|
|
Loading…
Add table
Reference in a new issue