mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update
This commit is contained in:
parent
a0ca327de7
commit
0ab0177629
1 changed files with 2 additions and 5 deletions
|
@ -95,11 +95,8 @@ 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 execution modules are called:
|
||||
|
||||
- :mod:`state.apply <salt.modules.state.apply_>`
|
||||
- :mod:`saltutil.sync_returners <salt.modules.saltutil.sync_returners>`
|
||||
- :mod:`saltutil.sync_all <salt.modules.saltutil.sync_all>`
|
||||
Like all custom modules, these must be synced to the relevant master or minion
|
||||
before they can be used. See :ref:`modular-systems` for details.
|
||||
|
||||
Any custom returners which have been synced to a minion that are named the
|
||||
same as one of Salt's default set of returners will take the place of the
|
||||
|
|
Loading…
Add table
Reference in a new issue