mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Added doc on the `sys
` pseudo-module
This commit is contained in:
parent
71c81ce2e8
commit
c98db04b9a
@ -51,6 +51,7 @@ Full list of builtin modules
|
||||
ssh
|
||||
state
|
||||
status
|
||||
sys
|
||||
systemd
|
||||
test
|
||||
tomcat
|
||||
|
24
doc/ref/modules/all/salt.modules.sys.rst
Normal file
24
doc/ref/modules/all/salt.modules.sys.rst
Normal file
@ -0,0 +1,24 @@
|
||||
================
|
||||
salt.modules.sys
|
||||
================
|
||||
|
||||
A pseudo-module for working with modules on a minion.
|
||||
|
||||
.. py:module:: salt.modules.sys
|
||||
|
||||
.. py:function:: doc([module[, module.function]])
|
||||
|
||||
Display the inline documentation for all available modules, or for the
|
||||
specified module or function.
|
||||
|
||||
.. py:function:: reload_modules
|
||||
|
||||
Instruct the minion to reload all available modules in memory.
|
||||
|
||||
.. py:function:: list_modules
|
||||
|
||||
List all available (loaded) modules.
|
||||
|
||||
.. py:function:: list_functions
|
||||
|
||||
List all known functions that are in available (loaded) modules.
|
Loading…
Reference in New Issue
Block a user