Extra comment.

This commit is contained in:
C. R. Oldham 2016-03-12 11:34:46 -07:00 committed by rallytime
parent 6c2ef03b11
commit 1edd6ce302

View file

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