mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Some more revising
This commit is contained in:
parent
d4a8f7e47d
commit
205fea9cc3
1 changed files with 4 additions and 5 deletions
|
@ -36,12 +36,11 @@ The user may add modules by simply placing them in special directories in their
|
|||
:ref:`fileserver <file-server>`.
|
||||
|
||||
These will be eventually picked up by minions, or users can use
|
||||
:py:mod:`saltutil.sync_* execution functions <salt.modules.saltutil>` and
|
||||
:py:mod:`saltutil.sync_* runner functions <salt.runners.saltutil>` to force
|
||||
it immediately.
|
||||
the ``saltutil.sync_*`` :py:mod:`execution functions <salt.modules.saltutil>`
|
||||
and :py:mod:`runner functions <salt.runners.saltutil>` to force it immediately.
|
||||
|
||||
The name of the directory inside of the file server is the directory name prepended
|
||||
by ``_``.
|
||||
The name of the directory inside of the file server is the directory name
|
||||
prepended by ``_``.
|
||||
|
||||
Using saltenvs besides ``base`` may not work in all contexts.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue