mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify that it is execution modules that sync returners
This commit is contained in:
parent
a8591dd658
commit
a0ca327de7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Using Custom Returner Modules
|
|||
Place custom returners in a ``_returners/`` directory within the
|
||||
:conf_master:`file_roots` specified by the master config file.
|
||||
|
||||
Custom returners are distributed when any of the following are called:
|
||||
Custom returners are distributed when any of the following execution modules are called:
|
||||
|
||||
- :mod:`state.apply <salt.modules.state.apply_>`
|
||||
- :mod:`saltutil.sync_returners <salt.modules.saltutil.sync_returners>`
|
||||
|
|
Loading…
Add table
Reference in a new issue