mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
refresh_pillar() should be called always
This commit is contained in:
parent
96b8b9a849
commit
30f92b05f4
1 changed files with 1 additions and 2 deletions
|
@ -636,8 +636,7 @@ def sync_all(saltenv=None, refresh=True):
|
|||
ret['pillar'] = sync_pillar(saltenv, False)
|
||||
if refresh:
|
||||
refresh_modules()
|
||||
if __opts__['file_client'] == 'local':
|
||||
refresh_pillar()
|
||||
refresh_pillar()
|
||||
return ret
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue