mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
refresh_pillar() should be called always
This commit is contained in:
parent
a9fe7ecf1a
commit
3f4c33906e
@ -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…
Reference in New Issue
Block a user