mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Better comment.
This commit is contained in:
parent
9e9a37d0d4
commit
e712664bcf
1 changed files with 2 additions and 2 deletions
|
@ -1377,8 +1377,8 @@ class Minion(MinionBase):
|
|||
|
||||
# Proxies have a chicken-and-egg problem. Usually we load grains early
|
||||
# in the setup process, but we can't load grains for proxies until
|
||||
# we talk to the device we are proxying for. So reload the grains
|
||||
# functions here, and then force a grains sync here
|
||||
# we talk to the device we are proxying for. So force a grains
|
||||
# sync 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