mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #9623 from basepi/moduledocs
Add more state vs module clarification
This commit is contained in:
commit
78c5d4376d
@ -1,9 +1,14 @@
|
||||
=======
|
||||
Modules
|
||||
=======
|
||||
=================
|
||||
Execution Modules
|
||||
=================
|
||||
|
||||
Salt modules are the functions called by the :command:`salt` command. It should
|
||||
be noted that the modules listed here are execution modules, not state modules.
|
||||
Salt execution modules are the functions called by the :command:`salt` command.
|
||||
|
||||
.. note::
|
||||
|
||||
Salt execution modules are different from state modules and cannot be
|
||||
called directly within state files. You must use the `module` state module
|
||||
to execute execution modules within state runs.
|
||||
|
||||
.. seealso:: :ref:`Full list of builtin modules <all-salt.modules>`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user