mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ensure tht pillar have freshest grains (#33910)
This commit is contained in:
parent
00e016ecfc
commit
261baeb5b5
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ class Minion(MinionBase):
|
|||
# module. If this is a proxy, however, we need to init the proxymodule
|
||||
# before we can get the grains. We do this for proxies in the
|
||||
# post_master_init
|
||||
if not salt.utils.is_proxy() and not self.opts.get('grains'):
|
||||
if not salt.utils.is_proxy():
|
||||
self.opts['grains'] = salt.loader.grains(opts)
|
||||
|
||||
log.info('Creating minion process manager')
|
||||
|
|
Loading…
Add table
Reference in a new issue