mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28667 from cro/proxy_sync_all
saltutil.sync_all should sync proxymodules as well as the rest.
This commit is contained in:
commit
24d75709fa
1 changed files with 1 additions and 0 deletions
|
@ -515,6 +515,7 @@ def sync_all(saltenv=None, refresh=True):
|
|||
ret['output'] = sync_output(saltenv, False)
|
||||
ret['utils'] = sync_utils(saltenv, False)
|
||||
ret['log_handlers'] = sync_log_handlers(saltenv, False)
|
||||
ret['proxymodules'] = sync_proxymodules(saltenv, False)
|
||||
if refresh:
|
||||
refresh_modules()
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue