Some more revising

This commit is contained in:
Jamie Bliss 2018-11-26 03:36:20 -05:00
parent d4a8f7e47d
commit 205fea9cc3
No known key found for this signature in database
GPG key ID: 056512BD3C56F501

View file

@ -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.