mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #1599 from shouse-cars/revert-autosummary
Revert autosummary experiment
This commit is contained in:
commit
87c100075d
120 changed files with 133 additions and 5543 deletions
6
doc/_templates/autosummary.rst.tmpl
vendored
Normal file
6
doc/_templates/autosummary.rst.tmpl
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ underline }}
|
||||
{{ fullname }}
|
||||
{{ underline }}
|
||||
|
||||
.. automodule:: {{ fullname }}
|
||||
:members:
|
20
doc/_templates/autosummary/module.rst
vendored
20
doc/_templates/autosummary/module.rst
vendored
|
@ -1,20 +0,0 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
{{ underline }}
|
||||
{{ fullname }}
|
||||
{{ underline }}
|
||||
|
||||
.. automodule:: {{ fullname }}
|
||||
{% if functions %}
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
{% for item in functions if item in members %}
|
||||
{{ item }}
|
||||
{{ underline }}{{ underline }}{{ underline }}
|
||||
|
||||
.. autofunction:: {{ item }}
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
|
@ -15,6 +15,7 @@ Full list of builtin modules
|
|||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:template: autosummary.rst.tmpl
|
||||
|
||||
aliases
|
||||
apache
|
||||
|
|
|
@ -1,44 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.aliases
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.aliases
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
get_target
|
||||
============================================================
|
||||
|
||||
.. autofunction:: get_target
|
||||
|
||||
|
||||
has_target
|
||||
============================================================
|
||||
|
||||
.. autofunction:: has_target
|
||||
|
||||
|
||||
list_aliases
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_aliases
|
||||
|
||||
|
||||
rm_alias
|
||||
============================================================
|
||||
|
||||
.. autofunction:: rm_alias
|
||||
|
||||
|
||||
set_target
|
||||
============================================================
|
||||
|
||||
.. autofunction:: set_target
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.apache
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.apache
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
directives
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: directives
|
||||
|
||||
|
||||
fullversion
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: fullversion
|
||||
|
||||
|
||||
modules
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: modules
|
||||
|
||||
|
||||
servermods
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: servermods
|
||||
|
||||
|
||||
signal
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: signal
|
||||
|
||||
|
||||
version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
vhosts
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: vhosts
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.modules.apt
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.apt
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
install
|
||||
================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
list_upgrades
|
||||
================================================
|
||||
|
||||
.. autofunction:: list_upgrades
|
||||
|
||||
|
||||
purge
|
||||
================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
remove
|
||||
================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
upgrade
|
||||
================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
upgrade_available
|
||||
================================================
|
||||
|
||||
.. autofunction:: upgrade_available
|
||||
|
||||
|
||||
version
|
||||
================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.archive
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.archive
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
gunzip
|
||||
============================================================
|
||||
|
||||
.. autofunction:: gunzip
|
||||
|
||||
|
||||
gzip
|
||||
============================================================
|
||||
|
||||
.. autofunction:: gzip
|
||||
|
||||
|
||||
rar
|
||||
============================================================
|
||||
|
||||
.. autofunction:: rar
|
||||
|
||||
|
||||
tar
|
||||
============================================================
|
||||
|
||||
.. autofunction:: tar
|
||||
|
||||
|
||||
unrar
|
||||
============================================================
|
||||
|
||||
.. autofunction:: unrar
|
||||
|
||||
|
||||
unzip
|
||||
============================================================
|
||||
|
||||
.. autofunction:: unzip
|
||||
|
||||
|
||||
zip
|
||||
============================================================
|
||||
|
||||
.. autofunction:: zip
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,50 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.brew
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.brew
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
install
|
||||
===================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
===================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
list_upgrades
|
||||
===================================================
|
||||
|
||||
.. autofunction:: list_upgrades
|
||||
|
||||
|
||||
remove
|
||||
===================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
upgrade_available
|
||||
===================================================
|
||||
|
||||
.. autofunction:: upgrade_available
|
||||
|
||||
|
||||
version
|
||||
===================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
======================
|
||||
salt.modules.butterkvm
|
||||
======================
|
||||
|
||||
.. automodule:: salt.modules.butterkvm
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
create
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: create
|
||||
|
||||
|
||||
full_butter_data
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: full_butter_data
|
||||
|
||||
|
||||
libvirt_creds
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: libvirt_creds
|
||||
|
||||
|
||||
local_images
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: local_images
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.cluster
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.cluster
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
distrib
|
||||
============================================================
|
||||
|
||||
.. autofunction:: distrib
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.cmdmod
|
||||
===================
|
||||
================
|
||||
salt.modules.cmd
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.cmdmod
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
exec_code
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: exec_code
|
||||
|
||||
|
||||
has_exec
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: has_exec
|
||||
|
||||
|
||||
retcode
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: retcode
|
||||
|
||||
|
||||
run
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: run
|
||||
|
||||
|
||||
run_all
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: run_all
|
||||
|
||||
|
||||
run_stderr
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: run_stderr
|
||||
|
||||
|
||||
run_stdout
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: run_stdout
|
||||
|
||||
|
||||
shell_grain
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: shell_grain
|
||||
|
||||
|
||||
which
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: which
|
||||
|
||||
|
||||
which_bin
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: which_bin
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,104 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===============
|
||||
salt.modules.cp
|
||||
===============
|
||||
|
||||
.. automodule:: salt.modules.cp
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
cache_dir
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cache_dir
|
||||
|
||||
|
||||
cache_file
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cache_file
|
||||
|
||||
|
||||
cache_files
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cache_files
|
||||
|
||||
|
||||
cache_local_file
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cache_local_file
|
||||
|
||||
|
||||
cache_master
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cache_master
|
||||
|
||||
|
||||
get_dir
|
||||
=============================================
|
||||
|
||||
.. autofunction:: get_dir
|
||||
|
||||
|
||||
get_file
|
||||
=============================================
|
||||
|
||||
.. autofunction:: get_file
|
||||
|
||||
|
||||
get_template
|
||||
=============================================
|
||||
|
||||
.. autofunction:: get_template
|
||||
|
||||
|
||||
get_url
|
||||
=============================================
|
||||
|
||||
.. autofunction:: get_url
|
||||
|
||||
|
||||
hash_file
|
||||
=============================================
|
||||
|
||||
.. autofunction:: hash_file
|
||||
|
||||
|
||||
is_cached
|
||||
=============================================
|
||||
|
||||
.. autofunction:: is_cached
|
||||
|
||||
|
||||
list_master
|
||||
=============================================
|
||||
|
||||
.. autofunction:: list_master
|
||||
|
||||
|
||||
list_minion
|
||||
=============================================
|
||||
|
||||
.. autofunction:: list_minion
|
||||
|
||||
|
||||
list_states
|
||||
=============================================
|
||||
|
||||
.. autofunction:: list_states
|
||||
|
||||
|
||||
recv
|
||||
=============================================
|
||||
|
||||
.. autofunction:: recv
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,68 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.cron
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.cron
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
list_tab
|
||||
===================================================
|
||||
|
||||
.. autofunction:: list_tab
|
||||
|
||||
|
||||
ls
|
||||
===================================================
|
||||
|
||||
.. autofunction:: ls
|
||||
|
||||
|
||||
raw_cron
|
||||
===================================================
|
||||
|
||||
.. autofunction:: raw_cron
|
||||
|
||||
|
||||
rm
|
||||
===================================================
|
||||
|
||||
.. autofunction:: rm
|
||||
|
||||
|
||||
rm_env
|
||||
===================================================
|
||||
|
||||
.. autofunction:: rm_env
|
||||
|
||||
|
||||
rm_job
|
||||
===================================================
|
||||
|
||||
.. autofunction:: rm_job
|
||||
|
||||
|
||||
set_env
|
||||
===================================================
|
||||
|
||||
.. autofunction:: set_env
|
||||
|
||||
|
||||
set_job
|
||||
===================================================
|
||||
|
||||
.. autofunction:: set_job
|
||||
|
||||
|
||||
set_special
|
||||
===================================================
|
||||
|
||||
.. autofunction:: set_special
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,50 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.data
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.data
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
clear
|
||||
===================================================
|
||||
|
||||
.. autofunction:: clear
|
||||
|
||||
|
||||
dump
|
||||
===================================================
|
||||
|
||||
.. autofunction:: dump
|
||||
|
||||
|
||||
getval
|
||||
===================================================
|
||||
|
||||
.. autofunction:: getval
|
||||
|
||||
|
||||
getvals
|
||||
===================================================
|
||||
|
||||
.. autofunction:: getvals
|
||||
|
||||
|
||||
load
|
||||
===================================================
|
||||
|
||||
.. autofunction:: load
|
||||
|
||||
|
||||
update
|
||||
===================================================
|
||||
|
||||
.. autofunction:: update
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=======================
|
||||
salt.modules.debconfmod
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.modules.debconfmod
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
get_selections
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: get_selections
|
||||
|
||||
|
||||
set
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: set
|
||||
|
||||
|
||||
set_file
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: set_file
|
||||
|
||||
|
||||
show
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: show
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.disk
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.disk
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
inodeusage
|
||||
===================================================
|
||||
|
||||
.. autofunction:: inodeusage
|
||||
|
||||
|
||||
usage
|
||||
===================================================
|
||||
|
||||
.. autofunction:: usage
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,44 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.django
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.django
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
collectstatic
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: collectstatic
|
||||
|
||||
|
||||
command
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: command
|
||||
|
||||
|
||||
createsuperuser
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: createsuperuser
|
||||
|
||||
|
||||
loaddata
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: loaddata
|
||||
|
||||
|
||||
syncdb
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: syncdb
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,68 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.ebuild
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.ebuild
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
install
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
purge
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
remove
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
update
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: update
|
||||
|
||||
|
||||
upgrade
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,152 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.file
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.file
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
append
|
||||
===================================================
|
||||
|
||||
.. autofunction:: append
|
||||
|
||||
|
||||
chgrp
|
||||
===================================================
|
||||
|
||||
.. autofunction:: chgrp
|
||||
|
||||
|
||||
chown
|
||||
===================================================
|
||||
|
||||
.. autofunction:: chown
|
||||
|
||||
|
||||
comment
|
||||
===================================================
|
||||
|
||||
.. autofunction:: comment
|
||||
|
||||
|
||||
contains
|
||||
===================================================
|
||||
|
||||
.. autofunction:: contains
|
||||
|
||||
|
||||
contains_glob
|
||||
===================================================
|
||||
|
||||
.. autofunction:: contains_glob
|
||||
|
||||
|
||||
contains_regex
|
||||
===================================================
|
||||
|
||||
.. autofunction:: contains_regex
|
||||
|
||||
|
||||
find
|
||||
===================================================
|
||||
|
||||
.. autofunction:: find
|
||||
|
||||
|
||||
get_gid
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_gid
|
||||
|
||||
|
||||
get_group
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_group
|
||||
|
||||
|
||||
get_mode
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_mode
|
||||
|
||||
|
||||
get_sum
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_sum
|
||||
|
||||
|
||||
get_uid
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_uid
|
||||
|
||||
|
||||
get_user
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_user
|
||||
|
||||
|
||||
gid_to_group
|
||||
===================================================
|
||||
|
||||
.. autofunction:: gid_to_group
|
||||
|
||||
|
||||
group_to_gid
|
||||
===================================================
|
||||
|
||||
.. autofunction:: group_to_gid
|
||||
|
||||
|
||||
sed
|
||||
===================================================
|
||||
|
||||
.. autofunction:: sed
|
||||
|
||||
|
||||
set_mode
|
||||
===================================================
|
||||
|
||||
.. autofunction:: set_mode
|
||||
|
||||
|
||||
stats
|
||||
===================================================
|
||||
|
||||
.. autofunction:: stats
|
||||
|
||||
|
||||
touch
|
||||
===================================================
|
||||
|
||||
.. autofunction:: touch
|
||||
|
||||
|
||||
uid_to_user
|
||||
===================================================
|
||||
|
||||
.. autofunction:: uid_to_user
|
||||
|
||||
|
||||
uncomment
|
||||
===================================================
|
||||
|
||||
.. autofunction:: uncomment
|
||||
|
||||
|
||||
user_to_uid
|
||||
===================================================
|
||||
|
||||
.. autofunction:: user_to_uid
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,68 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
========================
|
||||
salt.modules.freebsdjail
|
||||
========================
|
||||
|
||||
.. automodule:: salt.modules.freebsdjail
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
fstab
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: fstab
|
||||
|
||||
|
||||
get_enabled
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: get_enabled
|
||||
|
||||
|
||||
is_enabled
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: is_enabled
|
||||
|
||||
|
||||
restart
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
show_config
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: show_config
|
||||
|
||||
|
||||
start
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
sysctl
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: sysctl
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,44 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
========================
|
||||
salt.modules.freebsdkmod
|
||||
========================
|
||||
|
||||
.. automodule:: salt.modules.freebsdkmod
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: available
|
||||
|
||||
|
||||
check_available
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: check_available
|
||||
|
||||
|
||||
load
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: load
|
||||
|
||||
|
||||
lsmod
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: lsmod
|
||||
|
||||
|
||||
remove
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=======================
|
||||
salt.modules.freebsdpkg
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.modules.freebsdpkg
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
install
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
purge
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
rehash
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: rehash
|
||||
|
||||
|
||||
remove
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
search
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: search
|
||||
|
||||
|
||||
upgrade
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
version
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===========================
|
||||
salt.modules.freebsdservice
|
||||
===========================
|
||||
|
||||
.. automodule:: salt.modules.freebsdservice
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
get_all
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: get_all
|
||||
|
||||
|
||||
get_disabled
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: get_disabled
|
||||
|
||||
|
||||
get_enabled
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: get_enabled
|
||||
|
||||
|
||||
restart
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,62 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.modules.gem
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.gem
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
install
|
||||
================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list
|
||||
================================================
|
||||
|
||||
.. autofunction:: list
|
||||
|
||||
|
||||
sources_add
|
||||
================================================
|
||||
|
||||
.. autofunction:: sources_add
|
||||
|
||||
|
||||
sources_list
|
||||
================================================
|
||||
|
||||
.. autofunction:: sources_list
|
||||
|
||||
|
||||
sources_remove
|
||||
================================================
|
||||
|
||||
.. autofunction:: sources_remove
|
||||
|
||||
|
||||
uninstall
|
||||
================================================
|
||||
|
||||
.. autofunction:: uninstall
|
||||
|
||||
|
||||
update
|
||||
================================================
|
||||
|
||||
.. autofunction:: update
|
||||
|
||||
|
||||
update_system
|
||||
================================================
|
||||
|
||||
.. autofunction:: update_system
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,80 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===========================
|
||||
salt.modules.gentoo_service
|
||||
===========================
|
||||
|
||||
.. automodule:: salt.modules.gentoo_service
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
disable
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: disable
|
||||
|
||||
|
||||
disabled
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: disabled
|
||||
|
||||
|
||||
enable
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: enable
|
||||
|
||||
|
||||
enabled
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: enabled
|
||||
|
||||
|
||||
get_all
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: get_all
|
||||
|
||||
|
||||
get_disabled
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: get_disabled
|
||||
|
||||
|
||||
get_enabled
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: get_enabled
|
||||
|
||||
|
||||
restart
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.modules.git
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.git
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
archive
|
||||
================================================
|
||||
|
||||
.. autofunction:: archive
|
||||
|
||||
|
||||
checkout
|
||||
================================================
|
||||
|
||||
.. autofunction:: checkout
|
||||
|
||||
|
||||
clone
|
||||
================================================
|
||||
|
||||
.. autofunction:: clone
|
||||
|
||||
|
||||
describe
|
||||
================================================
|
||||
|
||||
.. autofunction:: describe
|
||||
|
||||
|
||||
fetch
|
||||
================================================
|
||||
|
||||
.. autofunction:: fetch
|
||||
|
||||
|
||||
init
|
||||
================================================
|
||||
|
||||
.. autofunction:: init
|
||||
|
||||
|
||||
merge
|
||||
================================================
|
||||
|
||||
.. autofunction:: merge
|
||||
|
||||
|
||||
pull
|
||||
================================================
|
||||
|
||||
.. autofunction:: pull
|
||||
|
||||
|
||||
rebase
|
||||
================================================
|
||||
|
||||
.. autofunction:: rebase
|
||||
|
||||
|
||||
revision
|
||||
================================================
|
||||
|
||||
.. autofunction:: revision
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,32 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.grains
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.grains
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
item
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: item
|
||||
|
||||
|
||||
items
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: items
|
||||
|
||||
|
||||
ls
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: ls
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,44 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=====================
|
||||
salt.modules.groupadd
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.modules.groupadd
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: add
|
||||
|
||||
|
||||
chgid
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: chgid
|
||||
|
||||
|
||||
delete
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: delete
|
||||
|
||||
|
||||
getent
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: getent
|
||||
|
||||
|
||||
info
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.grub
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.grub
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
conf
|
||||
===================================================
|
||||
|
||||
.. autofunction:: conf
|
||||
|
||||
|
||||
version
|
||||
===================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,50 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===============
|
||||
salt.modules.hg
|
||||
===============
|
||||
|
||||
.. automodule:: salt.modules.hg
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
archive
|
||||
=============================================
|
||||
|
||||
.. autofunction:: archive
|
||||
|
||||
|
||||
clone
|
||||
=============================================
|
||||
|
||||
.. autofunction:: clone
|
||||
|
||||
|
||||
describe
|
||||
=============================================
|
||||
|
||||
.. autofunction:: describe
|
||||
|
||||
|
||||
pull
|
||||
=============================================
|
||||
|
||||
.. autofunction:: pull
|
||||
|
||||
|
||||
revision
|
||||
=============================================
|
||||
|
||||
.. autofunction:: revision
|
||||
|
||||
|
||||
update
|
||||
=============================================
|
||||
|
||||
.. autofunction:: update
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
==================
|
||||
salt.modules.hosts
|
||||
==================
|
||||
|
||||
.. automodule:: salt.modules.hosts
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add_host
|
||||
======================================================
|
||||
|
||||
.. autofunction:: add_host
|
||||
|
||||
|
||||
get_alias
|
||||
======================================================
|
||||
|
||||
.. autofunction:: get_alias
|
||||
|
||||
|
||||
get_ip
|
||||
======================================================
|
||||
|
||||
.. autofunction:: get_ip
|
||||
|
||||
|
||||
has_pair
|
||||
======================================================
|
||||
|
||||
.. autofunction:: has_pair
|
||||
|
||||
|
||||
list_hosts
|
||||
======================================================
|
||||
|
||||
.. autofunction:: list_hosts
|
||||
|
||||
|
||||
rm_host
|
||||
======================================================
|
||||
|
||||
.. autofunction:: rm_host
|
||||
|
||||
|
||||
set_host
|
||||
======================================================
|
||||
|
||||
.. autofunction:: set_host
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,44 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.kmod
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.kmod
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available
|
||||
===================================================
|
||||
|
||||
.. autofunction:: available
|
||||
|
||||
|
||||
check_available
|
||||
===================================================
|
||||
|
||||
.. autofunction:: check_available
|
||||
|
||||
|
||||
load
|
||||
===================================================
|
||||
|
||||
.. autofunction:: load
|
||||
|
||||
|
||||
lsmod
|
||||
===================================================
|
||||
|
||||
.. autofunction:: lsmod
|
||||
|
||||
|
||||
remove
|
||||
===================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,104 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
======================
|
||||
salt.modules.kvm_hyper
|
||||
======================
|
||||
|
||||
.. automodule:: salt.modules.kvm_hyper
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
freecpu
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: freecpu
|
||||
|
||||
|
||||
freemem
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: freemem
|
||||
|
||||
|
||||
get_conf
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: get_conf
|
||||
|
||||
|
||||
get_disks
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: get_disks
|
||||
|
||||
|
||||
halt
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: halt
|
||||
|
||||
|
||||
hyper_info
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: hyper_info
|
||||
|
||||
|
||||
hyper_type
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: hyper_type
|
||||
|
||||
|
||||
init
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: init
|
||||
|
||||
|
||||
list_virts
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: list_virts
|
||||
|
||||
|
||||
pause
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: pause
|
||||
|
||||
|
||||
purge
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
resume
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: resume
|
||||
|
||||
|
||||
set_autostart
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: set_autostart
|
||||
|
||||
|
||||
start
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
virt_info
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: virt_info
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,50 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
======================
|
||||
salt.modules.launchctl
|
||||
======================
|
||||
|
||||
.. automodule:: salt.modules.launchctl
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
get_all
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: get_all
|
||||
|
||||
|
||||
get_launchctl_data
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: get_launchctl_data
|
||||
|
||||
|
||||
restart
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
==================================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=========================
|
||||
salt.modules.linux_sysctl
|
||||
=========================
|
||||
|
||||
.. automodule:: salt.modules.linux_sysctl
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
assign
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: assign
|
||||
|
||||
|
||||
get
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: get
|
||||
|
||||
|
||||
persist
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: persist
|
||||
|
||||
|
||||
show
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: show
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
==================
|
||||
salt.modules.mdadm
|
||||
==================
|
||||
|
||||
.. automodule:: salt.modules.mdadm
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
detail
|
||||
======================================================
|
||||
|
||||
.. autofunction:: detail
|
||||
|
||||
|
||||
list
|
||||
======================================================
|
||||
|
||||
.. autofunction:: list
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.moosefs
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.moosefs
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
dirinfo
|
||||
============================================================
|
||||
|
||||
.. autofunction:: dirinfo
|
||||
|
||||
|
||||
fileinfo
|
||||
============================================================
|
||||
|
||||
.. autofunction:: fileinfo
|
||||
|
||||
|
||||
getgoal
|
||||
============================================================
|
||||
|
||||
.. autofunction:: getgoal
|
||||
|
||||
|
||||
mounts
|
||||
============================================================
|
||||
|
||||
.. autofunction:: mounts
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
==================
|
||||
salt.modules.mount
|
||||
==================
|
||||
|
||||
.. automodule:: salt.modules.mount
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
active
|
||||
======================================================
|
||||
|
||||
.. autofunction:: active
|
||||
|
||||
|
||||
fstab
|
||||
======================================================
|
||||
|
||||
.. autofunction:: fstab
|
||||
|
||||
|
||||
is_fuse_exec
|
||||
======================================================
|
||||
|
||||
.. autofunction:: is_fuse_exec
|
||||
|
||||
|
||||
mount
|
||||
======================================================
|
||||
|
||||
.. autofunction:: mount
|
||||
|
||||
|
||||
remount
|
||||
======================================================
|
||||
|
||||
.. autofunction:: remount
|
||||
|
||||
|
||||
rm_fstab
|
||||
======================================================
|
||||
|
||||
.. autofunction:: rm_fstab
|
||||
|
||||
|
||||
set_fstab
|
||||
======================================================
|
||||
|
||||
.. autofunction:: set_fstab
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,152 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
==================
|
||||
salt.modules.mysql
|
||||
==================
|
||||
|
||||
.. automodule:: salt.modules.mysql
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
connect
|
||||
======================================================
|
||||
|
||||
.. autofunction:: connect
|
||||
|
||||
|
||||
db_check
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_check
|
||||
|
||||
|
||||
db_create
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_create
|
||||
|
||||
|
||||
db_exists
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_exists
|
||||
|
||||
|
||||
db_list
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_list
|
||||
|
||||
|
||||
db_optimize
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_optimize
|
||||
|
||||
|
||||
db_remove
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_remove
|
||||
|
||||
|
||||
db_repair
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_repair
|
||||
|
||||
|
||||
db_tables
|
||||
======================================================
|
||||
|
||||
.. autofunction:: db_tables
|
||||
|
||||
|
||||
free_slave
|
||||
======================================================
|
||||
|
||||
.. autofunction:: free_slave
|
||||
|
||||
|
||||
grant_add
|
||||
======================================================
|
||||
|
||||
.. autofunction:: grant_add
|
||||
|
||||
|
||||
grant_exists
|
||||
======================================================
|
||||
|
||||
.. autofunction:: grant_exists
|
||||
|
||||
|
||||
grant_revoke
|
||||
======================================================
|
||||
|
||||
.. autofunction:: grant_revoke
|
||||
|
||||
|
||||
slave_lag
|
||||
======================================================
|
||||
|
||||
.. autofunction:: slave_lag
|
||||
|
||||
|
||||
status
|
||||
======================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
user_chpass
|
||||
======================================================
|
||||
|
||||
.. autofunction:: user_chpass
|
||||
|
||||
|
||||
user_create
|
||||
======================================================
|
||||
|
||||
.. autofunction:: user_create
|
||||
|
||||
|
||||
user_exists
|
||||
======================================================
|
||||
|
||||
.. autofunction:: user_exists
|
||||
|
||||
|
||||
user_grants
|
||||
======================================================
|
||||
|
||||
.. autofunction:: user_grants
|
||||
|
||||
|
||||
user_info
|
||||
======================================================
|
||||
|
||||
.. autofunction:: user_info
|
||||
|
||||
|
||||
user_list
|
||||
======================================================
|
||||
|
||||
.. autofunction:: user_list
|
||||
|
||||
|
||||
user_remove
|
||||
======================================================
|
||||
|
||||
.. autofunction:: user_remove
|
||||
|
||||
|
||||
version
|
||||
======================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,86 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.network
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.network
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
dig
|
||||
============================================================
|
||||
|
||||
.. autofunction:: dig
|
||||
|
||||
|
||||
host_to_ip
|
||||
============================================================
|
||||
|
||||
.. autofunction:: host_to_ip
|
||||
|
||||
|
||||
hwaddr
|
||||
============================================================
|
||||
|
||||
.. autofunction:: hwaddr
|
||||
|
||||
|
||||
interfaces
|
||||
============================================================
|
||||
|
||||
.. autofunction:: interfaces
|
||||
|
||||
|
||||
ip_to_host
|
||||
============================================================
|
||||
|
||||
.. autofunction:: ip_to_host
|
||||
|
||||
|
||||
ipaddr
|
||||
============================================================
|
||||
|
||||
.. autofunction:: ipaddr
|
||||
|
||||
|
||||
isportopen
|
||||
============================================================
|
||||
|
||||
.. autofunction:: isportopen
|
||||
|
||||
|
||||
netmask
|
||||
============================================================
|
||||
|
||||
.. autofunction:: netmask
|
||||
|
||||
|
||||
netstat
|
||||
============================================================
|
||||
|
||||
.. autofunction:: netstat
|
||||
|
||||
|
||||
ping
|
||||
============================================================
|
||||
|
||||
.. autofunction:: ping
|
||||
|
||||
|
||||
traceroute
|
||||
============================================================
|
||||
|
||||
.. autofunction:: traceroute
|
||||
|
||||
|
||||
up
|
||||
============================================================
|
||||
|
||||
.. autofunction:: up
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
==================
|
||||
salt.modules.nginx
|
||||
==================
|
||||
|
||||
.. automodule:: salt.modules.nginx
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
signal
|
||||
======================================================
|
||||
|
||||
.. autofunction:: signal
|
||||
|
||||
|
||||
version
|
||||
======================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=======================
|
||||
salt.modules.osxdesktop
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.modules.osxdesktop
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
get_output_volume
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: get_output_volume
|
||||
|
||||
|
||||
lock
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: lock
|
||||
|
||||
|
||||
screensaver
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: screensaver
|
||||
|
||||
|
||||
set_output_volume
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: set_output_volume
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.pacman
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.pacman
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
install
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
list_upgrades
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: list_upgrades
|
||||
|
||||
|
||||
purge
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
remove
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
upgrade
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
upgrade_available
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: upgrade_available
|
||||
|
||||
|
||||
version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.pillar
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.pillar
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
data
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: data
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.modules.pip
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.pip
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
freeze
|
||||
================================================
|
||||
|
||||
.. autofunction:: freeze
|
||||
|
||||
|
||||
install
|
||||
================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list
|
||||
================================================
|
||||
|
||||
.. autofunction:: list
|
||||
|
||||
|
||||
uninstall
|
||||
================================================
|
||||
|
||||
.. autofunction:: uninstall
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=====================
|
||||
salt.modules.postgres
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.modules.postgres
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
check_or_die
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: check_or_die
|
||||
|
||||
|
||||
db_create
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: db_create
|
||||
|
||||
|
||||
db_exists
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: db_exists
|
||||
|
||||
|
||||
db_list
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: db_list
|
||||
|
||||
|
||||
db_remove
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: db_remove
|
||||
|
||||
|
||||
user_create
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: user_create
|
||||
|
||||
|
||||
version
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,110 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===============
|
||||
salt.modules.ps
|
||||
===============
|
||||
|
||||
.. automodule:: salt.modules.ps
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
boot_time
|
||||
=============================================
|
||||
|
||||
.. autofunction:: boot_time
|
||||
|
||||
|
||||
cached_physical_memory
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cached_physical_memory
|
||||
|
||||
|
||||
cpu_percent
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cpu_percent
|
||||
|
||||
|
||||
cpu_times
|
||||
=============================================
|
||||
|
||||
.. autofunction:: cpu_times
|
||||
|
||||
|
||||
disk_io_counters
|
||||
=============================================
|
||||
|
||||
.. autofunction:: disk_io_counters
|
||||
|
||||
|
||||
disk_partition_usage
|
||||
=============================================
|
||||
|
||||
.. autofunction:: disk_partition_usage
|
||||
|
||||
|
||||
disk_partitions
|
||||
=============================================
|
||||
|
||||
.. autofunction:: disk_partitions
|
||||
|
||||
|
||||
disk_usage
|
||||
=============================================
|
||||
|
||||
.. autofunction:: disk_usage
|
||||
|
||||
|
||||
get_pid_list
|
||||
=============================================
|
||||
|
||||
.. autofunction:: get_pid_list
|
||||
|
||||
|
||||
network_io_counters
|
||||
=============================================
|
||||
|
||||
.. autofunction:: network_io_counters
|
||||
|
||||
|
||||
num_cpus
|
||||
=============================================
|
||||
|
||||
.. autofunction:: num_cpus
|
||||
|
||||
|
||||
physical_memory_buffers
|
||||
=============================================
|
||||
|
||||
.. autofunction:: physical_memory_buffers
|
||||
|
||||
|
||||
physical_memory_usage
|
||||
=============================================
|
||||
|
||||
.. autofunction:: physical_memory_usage
|
||||
|
||||
|
||||
top
|
||||
=============================================
|
||||
|
||||
.. autofunction:: top
|
||||
|
||||
|
||||
total_physical_memory
|
||||
=============================================
|
||||
|
||||
.. autofunction:: total_physical_memory
|
||||
|
||||
|
||||
virtual_memory_usage
|
||||
=============================================
|
||||
|
||||
.. autofunction:: virtual_memory_usage
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,32 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.publish
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.publish
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
full_data
|
||||
============================================================
|
||||
|
||||
.. autofunction:: full_data
|
||||
|
||||
|
||||
publish
|
||||
============================================================
|
||||
|
||||
.. autofunction:: publish
|
||||
|
||||
|
||||
runner
|
||||
============================================================
|
||||
|
||||
.. autofunction:: runner
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.puppet
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.puppet
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
fact
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: fact
|
||||
|
||||
|
||||
facts
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: facts
|
||||
|
||||
|
||||
noop
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: noop
|
||||
|
||||
|
||||
run
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: run
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,44 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=====================
|
||||
salt.modules.pw_group
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.modules.pw_group
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: add
|
||||
|
||||
|
||||
chgid
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: chgid
|
||||
|
||||
|
||||
delete
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: delete
|
||||
|
||||
|
||||
getent
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: getent
|
||||
|
||||
|
||||
info
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.pw_user
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.pw_user
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add
|
||||
============================================================
|
||||
|
||||
.. autofunction:: add
|
||||
|
||||
|
||||
chgid
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chgid
|
||||
|
||||
|
||||
chgroups
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chgroups
|
||||
|
||||
|
||||
chhome
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chhome
|
||||
|
||||
|
||||
chshell
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chshell
|
||||
|
||||
|
||||
chuid
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chuid
|
||||
|
||||
|
||||
delete
|
||||
============================================================
|
||||
|
||||
.. autofunction:: delete
|
||||
|
||||
|
||||
getent
|
||||
============================================================
|
||||
|
||||
.. autofunction:: getent
|
||||
|
||||
|
||||
info
|
||||
============================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
list_groups
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_groups
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,62 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
============================
|
||||
salt.modules.rabbitmq_server
|
||||
============================
|
||||
|
||||
.. automodule:: salt.modules.rabbitmq_server
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add_user
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: add_user
|
||||
|
||||
|
||||
add_vhost
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: add_vhost
|
||||
|
||||
|
||||
delete_user
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: delete_user
|
||||
|
||||
|
||||
delete_vhost
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: delete_vhost
|
||||
|
||||
|
||||
list_user_permissions
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: list_user_permissions
|
||||
|
||||
|
||||
list_users
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: list_users
|
||||
|
||||
|
||||
list_vhosts
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: list_vhosts
|
||||
|
||||
|
||||
set_permissions
|
||||
====================================================================================
|
||||
|
||||
.. autofunction:: set_permissions
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.modules.reg
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.reg
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
create_key
|
||||
================================================
|
||||
|
||||
.. autofunction:: create_key
|
||||
|
||||
|
||||
delete_key
|
||||
================================================
|
||||
|
||||
.. autofunction:: delete_key
|
||||
|
||||
|
||||
read_key
|
||||
================================================
|
||||
|
||||
.. autofunction:: read_key
|
||||
|
||||
|
||||
set_key
|
||||
================================================
|
||||
|
||||
.. autofunction:: set_key
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,62 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
==================
|
||||
salt.modules.rh_ip
|
||||
==================
|
||||
|
||||
.. automodule:: salt.modules.rh_ip
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
build_bond
|
||||
======================================================
|
||||
|
||||
.. autofunction:: build_bond
|
||||
|
||||
|
||||
build_interface
|
||||
======================================================
|
||||
|
||||
.. autofunction:: build_interface
|
||||
|
||||
|
||||
down
|
||||
======================================================
|
||||
|
||||
.. autofunction:: down
|
||||
|
||||
|
||||
exists
|
||||
======================================================
|
||||
|
||||
.. autofunction:: exists
|
||||
|
||||
|
||||
get_bond
|
||||
======================================================
|
||||
|
||||
.. autofunction:: get_bond
|
||||
|
||||
|
||||
get_interface
|
||||
======================================================
|
||||
|
||||
.. autofunction:: get_interface
|
||||
|
||||
|
||||
join
|
||||
======================================================
|
||||
|
||||
.. autofunction:: join
|
||||
|
||||
|
||||
up
|
||||
======================================================
|
||||
|
||||
.. autofunction:: up
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,80 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=======================
|
||||
salt.modules.rh_service
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.modules.rh_service
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
disable
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: disable
|
||||
|
||||
|
||||
disabled
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: disabled
|
||||
|
||||
|
||||
enable
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: enable
|
||||
|
||||
|
||||
enabled
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: enabled
|
||||
|
||||
|
||||
get_all
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: get_all
|
||||
|
||||
|
||||
get_disabled
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: get_disabled
|
||||
|
||||
|
||||
get_enabled
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: get_enabled
|
||||
|
||||
|
||||
restart
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,110 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.modules.rvm
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.rvm
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
do
|
||||
================================================
|
||||
|
||||
.. autofunction:: do
|
||||
|
||||
|
||||
gemset_copy
|
||||
================================================
|
||||
|
||||
.. autofunction:: gemset_copy
|
||||
|
||||
|
||||
gemset_create
|
||||
================================================
|
||||
|
||||
.. autofunction:: gemset_create
|
||||
|
||||
|
||||
gemset_delete
|
||||
================================================
|
||||
|
||||
.. autofunction:: gemset_delete
|
||||
|
||||
|
||||
gemset_empty
|
||||
================================================
|
||||
|
||||
.. autofunction:: gemset_empty
|
||||
|
||||
|
||||
gemset_list
|
||||
================================================
|
||||
|
||||
.. autofunction:: gemset_list
|
||||
|
||||
|
||||
gemset_list_all
|
||||
================================================
|
||||
|
||||
.. autofunction:: gemset_list_all
|
||||
|
||||
|
||||
get
|
||||
================================================
|
||||
|
||||
.. autofunction:: get
|
||||
|
||||
|
||||
install
|
||||
================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
install_ruby
|
||||
================================================
|
||||
|
||||
.. autofunction:: install_ruby
|
||||
|
||||
|
||||
is_installed
|
||||
================================================
|
||||
|
||||
.. autofunction:: is_installed
|
||||
|
||||
|
||||
list
|
||||
================================================
|
||||
|
||||
.. autofunction:: list
|
||||
|
||||
|
||||
reinstall_ruby
|
||||
================================================
|
||||
|
||||
.. autofunction:: reinstall_ruby
|
||||
|
||||
|
||||
rubygems
|
||||
================================================
|
||||
|
||||
.. autofunction:: rubygems
|
||||
|
||||
|
||||
set_default
|
||||
================================================
|
||||
|
||||
.. autofunction:: set_default
|
||||
|
||||
|
||||
wrapper
|
||||
================================================
|
||||
|
||||
.. autofunction:: wrapper
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,86 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=====================
|
||||
salt.modules.saltutil
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.modules.saltutil
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
find_job
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: find_job
|
||||
|
||||
|
||||
kill_job
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: kill_job
|
||||
|
||||
|
||||
refresh_pillar
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: refresh_pillar
|
||||
|
||||
|
||||
running
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: running
|
||||
|
||||
|
||||
signal_job
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: signal_job
|
||||
|
||||
|
||||
sync_all
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: sync_all
|
||||
|
||||
|
||||
sync_grains
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: sync_grains
|
||||
|
||||
|
||||
sync_modules
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: sync_modules
|
||||
|
||||
|
||||
sync_renderers
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: sync_renderers
|
||||
|
||||
|
||||
sync_returners
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: sync_returners
|
||||
|
||||
|
||||
sync_states
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: sync_states
|
||||
|
||||
|
||||
term_job
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: term_job
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.selinux
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.selinux
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
getenforce
|
||||
============================================================
|
||||
|
||||
.. autofunction:: getenforce
|
||||
|
||||
|
||||
getsebool
|
||||
============================================================
|
||||
|
||||
.. autofunction:: getsebool
|
||||
|
||||
|
||||
list_sebool
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_sebool
|
||||
|
||||
|
||||
selinux_fs_path
|
||||
============================================================
|
||||
|
||||
.. autofunction:: selinux_fs_path
|
||||
|
||||
|
||||
setenforce
|
||||
============================================================
|
||||
|
||||
.. autofunction:: setenforce
|
||||
|
||||
|
||||
setsebool
|
||||
============================================================
|
||||
|
||||
.. autofunction:: setsebool
|
||||
|
||||
|
||||
setsebools
|
||||
============================================================
|
||||
|
||||
.. autofunction:: setsebools
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,44 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.service
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.service
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
reload
|
||||
============================================================
|
||||
|
||||
.. autofunction:: reload
|
||||
|
||||
|
||||
restart
|
||||
============================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
============================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
============================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
============================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,50 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.shadow
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.shadow
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
info
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
set_inactdays
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: set_inactdays
|
||||
|
||||
|
||||
set_maxdays
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: set_maxdays
|
||||
|
||||
|
||||
set_mindays
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: set_mindays
|
||||
|
||||
|
||||
set_password
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: set_password
|
||||
|
||||
|
||||
set_warndays
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: set_warndays
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,128 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.solr
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.solr
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
abort_import
|
||||
===================================================
|
||||
|
||||
.. autofunction:: abort_import
|
||||
|
||||
|
||||
backup
|
||||
===================================================
|
||||
|
||||
.. autofunction:: backup
|
||||
|
||||
|
||||
core_status
|
||||
===================================================
|
||||
|
||||
.. autofunction:: core_status
|
||||
|
||||
|
||||
delta_import
|
||||
===================================================
|
||||
|
||||
.. autofunction:: delta_import
|
||||
|
||||
|
||||
full_import
|
||||
===================================================
|
||||
|
||||
.. autofunction:: full_import
|
||||
|
||||
|
||||
import_status
|
||||
===================================================
|
||||
|
||||
.. autofunction:: import_status
|
||||
|
||||
|
||||
is_replication_enabled
|
||||
===================================================
|
||||
|
||||
.. autofunction:: is_replication_enabled
|
||||
|
||||
|
||||
lucene_version
|
||||
===================================================
|
||||
|
||||
.. autofunction:: lucene_version
|
||||
|
||||
|
||||
match_index_versions
|
||||
===================================================
|
||||
|
||||
.. autofunction:: match_index_versions
|
||||
|
||||
|
||||
optimize
|
||||
===================================================
|
||||
|
||||
.. autofunction:: optimize
|
||||
|
||||
|
||||
ping
|
||||
===================================================
|
||||
|
||||
.. autofunction:: ping
|
||||
|
||||
|
||||
reload_core
|
||||
===================================================
|
||||
|
||||
.. autofunction:: reload_core
|
||||
|
||||
|
||||
reload_import_config
|
||||
===================================================
|
||||
|
||||
.. autofunction:: reload_import_config
|
||||
|
||||
|
||||
replication_details
|
||||
===================================================
|
||||
|
||||
.. autofunction:: replication_details
|
||||
|
||||
|
||||
set_is_polling
|
||||
===================================================
|
||||
|
||||
.. autofunction:: set_is_polling
|
||||
|
||||
|
||||
set_replication_enabled
|
||||
===================================================
|
||||
|
||||
.. autofunction:: set_replication_enabled
|
||||
|
||||
|
||||
signal
|
||||
===================================================
|
||||
|
||||
.. autofunction:: signal
|
||||
|
||||
|
||||
url_open
|
||||
===================================================
|
||||
|
||||
.. autofunction:: url_open
|
||||
|
||||
|
||||
version
|
||||
===================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,56 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.sqlite3
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.sqlite3
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
fetch
|
||||
============================================================
|
||||
|
||||
.. autofunction:: fetch
|
||||
|
||||
|
||||
indexes
|
||||
============================================================
|
||||
|
||||
.. autofunction:: indexes
|
||||
|
||||
|
||||
indices
|
||||
============================================================
|
||||
|
||||
.. autofunction:: indices
|
||||
|
||||
|
||||
modify
|
||||
============================================================
|
||||
|
||||
.. autofunction:: modify
|
||||
|
||||
|
||||
sqlite_version
|
||||
============================================================
|
||||
|
||||
.. autofunction:: sqlite_version
|
||||
|
||||
|
||||
tables
|
||||
============================================================
|
||||
|
||||
.. autofunction:: tables
|
||||
|
||||
|
||||
version
|
||||
============================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,86 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.modules.ssh
|
||||
================
|
||||
|
||||
.. automodule:: salt.modules.ssh
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
auth_keys
|
||||
================================================
|
||||
|
||||
.. autofunction:: auth_keys
|
||||
|
||||
|
||||
check_key
|
||||
================================================
|
||||
|
||||
.. autofunction:: check_key
|
||||
|
||||
|
||||
check_key_file
|
||||
================================================
|
||||
|
||||
.. autofunction:: check_key_file
|
||||
|
||||
|
||||
check_known_host
|
||||
================================================
|
||||
|
||||
.. autofunction:: check_known_host
|
||||
|
||||
|
||||
get_known_host
|
||||
================================================
|
||||
|
||||
.. autofunction:: get_known_host
|
||||
|
||||
|
||||
host_keys
|
||||
================================================
|
||||
|
||||
.. autofunction:: host_keys
|
||||
|
||||
|
||||
recv_known_host
|
||||
================================================
|
||||
|
||||
.. autofunction:: recv_known_host
|
||||
|
||||
|
||||
rm_auth_key
|
||||
================================================
|
||||
|
||||
.. autofunction:: rm_auth_key
|
||||
|
||||
|
||||
rm_known_host
|
||||
================================================
|
||||
|
||||
.. autofunction:: rm_known_host
|
||||
|
||||
|
||||
set_auth_key
|
||||
================================================
|
||||
|
||||
.. autofunction:: set_auth_key
|
||||
|
||||
|
||||
set_auth_key_from_file
|
||||
================================================
|
||||
|
||||
.. autofunction:: set_auth_key_from_file
|
||||
|
||||
|
||||
set_known_host
|
||||
================================================
|
||||
|
||||
.. autofunction:: set_known_host
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,86 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
==================
|
||||
salt.modules.state
|
||||
==================
|
||||
|
||||
.. automodule:: salt.modules.state
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
high
|
||||
======================================================
|
||||
|
||||
.. autofunction:: high
|
||||
|
||||
|
||||
highstate
|
||||
======================================================
|
||||
|
||||
.. autofunction:: highstate
|
||||
|
||||
|
||||
low
|
||||
======================================================
|
||||
|
||||
.. autofunction:: low
|
||||
|
||||
|
||||
show_highstate
|
||||
======================================================
|
||||
|
||||
.. autofunction:: show_highstate
|
||||
|
||||
|
||||
show_lowstate
|
||||
======================================================
|
||||
|
||||
.. autofunction:: show_lowstate
|
||||
|
||||
|
||||
show_masterstate
|
||||
======================================================
|
||||
|
||||
.. autofunction:: show_masterstate
|
||||
|
||||
|
||||
show_sls
|
||||
======================================================
|
||||
|
||||
.. autofunction:: show_sls
|
||||
|
||||
|
||||
single
|
||||
======================================================
|
||||
|
||||
.. autofunction:: single
|
||||
|
||||
|
||||
sls
|
||||
======================================================
|
||||
|
||||
.. autofunction:: sls
|
||||
|
||||
|
||||
template
|
||||
======================================================
|
||||
|
||||
.. autofunction:: template
|
||||
|
||||
|
||||
template_str
|
||||
======================================================
|
||||
|
||||
.. autofunction:: template_str
|
||||
|
||||
|
||||
top
|
||||
======================================================
|
||||
|
||||
.. autofunction:: top
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,98 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.status
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.status
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
all_status
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: all_status
|
||||
|
||||
|
||||
cpuinfo
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: cpuinfo
|
||||
|
||||
|
||||
cpustats
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: cpustats
|
||||
|
||||
|
||||
custom
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: custom
|
||||
|
||||
|
||||
diskstats
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: diskstats
|
||||
|
||||
|
||||
diskusage
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: diskusage
|
||||
|
||||
|
||||
loadavg
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: loadavg
|
||||
|
||||
|
||||
meminfo
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: meminfo
|
||||
|
||||
|
||||
netdev
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: netdev
|
||||
|
||||
|
||||
netstats
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: netstats
|
||||
|
||||
|
||||
procs
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: procs
|
||||
|
||||
|
||||
uptime
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: uptime
|
||||
|
||||
|
||||
vmstats
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: vmstats
|
||||
|
||||
|
||||
w
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: w
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,86 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.systemd
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.systemd
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
disable
|
||||
============================================================
|
||||
|
||||
.. autofunction:: disable
|
||||
|
||||
|
||||
disabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: disabled
|
||||
|
||||
|
||||
enable
|
||||
============================================================
|
||||
|
||||
.. autofunction:: enable
|
||||
|
||||
|
||||
enabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: enabled
|
||||
|
||||
|
||||
get_all
|
||||
============================================================
|
||||
|
||||
.. autofunction:: get_all
|
||||
|
||||
|
||||
get_disabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: get_disabled
|
||||
|
||||
|
||||
get_enabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: get_enabled
|
||||
|
||||
|
||||
reload
|
||||
============================================================
|
||||
|
||||
.. autofunction:: reload
|
||||
|
||||
|
||||
restart
|
||||
============================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
============================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
============================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
============================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.test
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.test
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
collatz
|
||||
===================================================
|
||||
|
||||
.. autofunction:: collatz
|
||||
|
||||
|
||||
conf_test
|
||||
===================================================
|
||||
|
||||
.. autofunction:: conf_test
|
||||
|
||||
|
||||
cross_test
|
||||
===================================================
|
||||
|
||||
.. autofunction:: cross_test
|
||||
|
||||
|
||||
echo
|
||||
===================================================
|
||||
|
||||
.. autofunction:: echo
|
||||
|
||||
|
||||
fib
|
||||
===================================================
|
||||
|
||||
.. autofunction:: fib
|
||||
|
||||
|
||||
get_opts
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_opts
|
||||
|
||||
|
||||
kwarg
|
||||
===================================================
|
||||
|
||||
.. autofunction:: kwarg
|
||||
|
||||
|
||||
outputter
|
||||
===================================================
|
||||
|
||||
.. autofunction:: outputter
|
||||
|
||||
|
||||
ping
|
||||
===================================================
|
||||
|
||||
.. autofunction:: ping
|
||||
|
||||
|
||||
version
|
||||
===================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,32 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.tomcat
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.tomcat
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
fullversion
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: fullversion
|
||||
|
||||
|
||||
signal
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: signal
|
||||
|
||||
|
||||
version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,80 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.upstart
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.upstart
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
disable
|
||||
============================================================
|
||||
|
||||
.. autofunction:: disable
|
||||
|
||||
|
||||
disabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: disabled
|
||||
|
||||
|
||||
enable
|
||||
============================================================
|
||||
|
||||
.. autofunction:: enable
|
||||
|
||||
|
||||
enabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: enabled
|
||||
|
||||
|
||||
get_all
|
||||
============================================================
|
||||
|
||||
.. autofunction:: get_all
|
||||
|
||||
|
||||
get_disabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: get_disabled
|
||||
|
||||
|
||||
get_enabled
|
||||
============================================================
|
||||
|
||||
.. autofunction:: get_enabled
|
||||
|
||||
|
||||
restart
|
||||
============================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
============================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
============================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
============================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,110 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.useradd
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.useradd
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add
|
||||
============================================================
|
||||
|
||||
.. autofunction:: add
|
||||
|
||||
|
||||
callable
|
||||
============================================================
|
||||
|
||||
.. autofunction:: callable
|
||||
|
||||
|
||||
chfullname
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chfullname
|
||||
|
||||
|
||||
chgid
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chgid
|
||||
|
||||
|
||||
chgroups
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chgroups
|
||||
|
||||
|
||||
chhome
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chhome
|
||||
|
||||
|
||||
chhomephone
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chhomephone
|
||||
|
||||
|
||||
chother
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chother
|
||||
|
||||
|
||||
chroomnumber
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chroomnumber
|
||||
|
||||
|
||||
chshell
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chshell
|
||||
|
||||
|
||||
chuid
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chuid
|
||||
|
||||
|
||||
chworkphone
|
||||
============================================================
|
||||
|
||||
.. autofunction:: chworkphone
|
||||
|
||||
|
||||
delete
|
||||
============================================================
|
||||
|
||||
.. autofunction:: delete
|
||||
|
||||
|
||||
getent
|
||||
============================================================
|
||||
|
||||
.. autofunction:: getent
|
||||
|
||||
|
||||
info
|
||||
============================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
list_groups
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_groups
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,212 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.modules.virt
|
||||
=================
|
||||
|
||||
.. automodule:: salt.modules.virt
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
create
|
||||
===================================================
|
||||
|
||||
.. autofunction:: create
|
||||
|
||||
|
||||
create_xml_path
|
||||
===================================================
|
||||
|
||||
.. autofunction:: create_xml_path
|
||||
|
||||
|
||||
create_xml_str
|
||||
===================================================
|
||||
|
||||
.. autofunction:: create_xml_str
|
||||
|
||||
|
||||
destroy
|
||||
===================================================
|
||||
|
||||
.. autofunction:: destroy
|
||||
|
||||
|
||||
freecpu
|
||||
===================================================
|
||||
|
||||
.. autofunction:: freecpu
|
||||
|
||||
|
||||
freemem
|
||||
===================================================
|
||||
|
||||
.. autofunction:: freemem
|
||||
|
||||
|
||||
full_info
|
||||
===================================================
|
||||
|
||||
.. autofunction:: full_info
|
||||
|
||||
|
||||
get_disks
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_disks
|
||||
|
||||
|
||||
get_graphics
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_graphics
|
||||
|
||||
|
||||
get_macs
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_macs
|
||||
|
||||
|
||||
get_nics
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_nics
|
||||
|
||||
|
||||
get_xml
|
||||
===================================================
|
||||
|
||||
.. autofunction:: get_xml
|
||||
|
||||
|
||||
is_hyper
|
||||
===================================================
|
||||
|
||||
.. autofunction:: is_hyper
|
||||
|
||||
|
||||
is_kvm_hyper
|
||||
===================================================
|
||||
|
||||
.. autofunction:: is_kvm_hyper
|
||||
|
||||
|
||||
is_xen_hyper
|
||||
===================================================
|
||||
|
||||
.. autofunction:: is_xen_hyper
|
||||
|
||||
|
||||
list_active_vms
|
||||
===================================================
|
||||
|
||||
.. autofunction:: list_active_vms
|
||||
|
||||
|
||||
list_inactive_vms
|
||||
===================================================
|
||||
|
||||
.. autofunction:: list_inactive_vms
|
||||
|
||||
|
||||
list_vms
|
||||
===================================================
|
||||
|
||||
.. autofunction:: list_vms
|
||||
|
||||
|
||||
migrate
|
||||
===================================================
|
||||
|
||||
.. autofunction:: migrate
|
||||
|
||||
|
||||
migrate_non_shared
|
||||
===================================================
|
||||
|
||||
.. autofunction:: migrate_non_shared
|
||||
|
||||
|
||||
migrate_non_shared_inc
|
||||
===================================================
|
||||
|
||||
.. autofunction:: migrate_non_shared_inc
|
||||
|
||||
|
||||
node_info
|
||||
===================================================
|
||||
|
||||
.. autofunction:: node_info
|
||||
|
||||
|
||||
pause
|
||||
===================================================
|
||||
|
||||
.. autofunction:: pause
|
||||
|
||||
|
||||
purge
|
||||
===================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
resume
|
||||
===================================================
|
||||
|
||||
.. autofunction:: resume
|
||||
|
||||
|
||||
seed_non_shared_migrate
|
||||
===================================================
|
||||
|
||||
.. autofunction:: seed_non_shared_migrate
|
||||
|
||||
|
||||
set_autostart
|
||||
===================================================
|
||||
|
||||
.. autofunction:: set_autostart
|
||||
|
||||
|
||||
shutdown
|
||||
===================================================
|
||||
|
||||
.. autofunction:: shutdown
|
||||
|
||||
|
||||
start
|
||||
===================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
undefine
|
||||
===================================================
|
||||
|
||||
.. autofunction:: undefine
|
||||
|
||||
|
||||
virt_type
|
||||
===================================================
|
||||
|
||||
.. autofunction:: virt_type
|
||||
|
||||
|
||||
vm_info
|
||||
===================================================
|
||||
|
||||
.. autofunction:: vm_info
|
||||
|
||||
|
||||
vm_state
|
||||
===================================================
|
||||
|
||||
.. autofunction:: vm_state
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=======================
|
||||
salt.modules.virtualenv
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.modules.virtualenv
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
create
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: create
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=====================
|
||||
salt.modules.win_disk
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.modules.win_disk
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
usage
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: usage
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,128 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=====================
|
||||
salt.modules.win_file
|
||||
=====================
|
||||
|
||||
.. automodule:: salt.modules.win_file
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
append
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: append
|
||||
|
||||
|
||||
chgrp
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: chgrp
|
||||
|
||||
|
||||
chown
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: chown
|
||||
|
||||
|
||||
comment
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: comment
|
||||
|
||||
|
||||
contains
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: contains
|
||||
|
||||
|
||||
find
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: find
|
||||
|
||||
|
||||
get_gid
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: get_gid
|
||||
|
||||
|
||||
get_group
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: get_group
|
||||
|
||||
|
||||
get_mode
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: get_mode
|
||||
|
||||
|
||||
get_sum
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: get_sum
|
||||
|
||||
|
||||
get_uid
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: get_uid
|
||||
|
||||
|
||||
get_user
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: get_user
|
||||
|
||||
|
||||
gid_to_group
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: gid_to_group
|
||||
|
||||
|
||||
group_to_gid
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: group_to_gid
|
||||
|
||||
|
||||
sed
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: sed
|
||||
|
||||
|
||||
touch
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: touch
|
||||
|
||||
|
||||
uid_to_user
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: uid_to_user
|
||||
|
||||
|
||||
uncomment
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: uncomment
|
||||
|
||||
|
||||
user_to_uid
|
||||
===============================================================
|
||||
|
||||
.. autofunction:: user_to_uid
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,38 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=========================
|
||||
salt.modules.win_groupadd
|
||||
=========================
|
||||
|
||||
.. automodule:: salt.modules.win_groupadd
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: add
|
||||
|
||||
|
||||
delete
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: delete
|
||||
|
||||
|
||||
getent
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: getent
|
||||
|
||||
|
||||
info
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,80 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
========================
|
||||
salt.modules.win_network
|
||||
========================
|
||||
|
||||
.. automodule:: salt.modules.win_network
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
dig
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: dig
|
||||
|
||||
|
||||
hwaddr
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: hwaddr
|
||||
|
||||
|
||||
interfaces
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: interfaces
|
||||
|
||||
|
||||
ipaddr
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: ipaddr
|
||||
|
||||
|
||||
isportopen
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: isportopen
|
||||
|
||||
|
||||
netmask
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: netmask
|
||||
|
||||
|
||||
netstat
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: netstat
|
||||
|
||||
|
||||
nslookup
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: nslookup
|
||||
|
||||
|
||||
ping
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: ping
|
||||
|
||||
|
||||
traceroute
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: traceroute
|
||||
|
||||
|
||||
up
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: up
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,74 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.win_pkg
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.win_pkg
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
============================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
install
|
||||
============================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
list_upgrades
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_upgrades
|
||||
|
||||
|
||||
purge
|
||||
============================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
============================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
remove
|
||||
============================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
upgrade
|
||||
============================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
upgrade_available
|
||||
============================================================
|
||||
|
||||
.. autofunction:: upgrade_available
|
||||
|
||||
|
||||
version
|
||||
============================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,86 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
========================
|
||||
salt.modules.win_service
|
||||
========================
|
||||
|
||||
.. automodule:: salt.modules.win_service
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
disable
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: disable
|
||||
|
||||
|
||||
disabled
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: disabled
|
||||
|
||||
|
||||
enable
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: enable
|
||||
|
||||
|
||||
enabled
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: enabled
|
||||
|
||||
|
||||
get_all
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: get_all
|
||||
|
||||
|
||||
get_disabled
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: get_disabled
|
||||
|
||||
|
||||
get_enabled
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: get_enabled
|
||||
|
||||
|
||||
getsid
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: getsid
|
||||
|
||||
|
||||
restart
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: restart
|
||||
|
||||
|
||||
start
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: start
|
||||
|
||||
|
||||
status
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: status
|
||||
|
||||
|
||||
stop
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: stop
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=======================
|
||||
salt.modules.win_shadow
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.modules.win_shadow
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
info
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
set_password
|
||||
=====================================================================
|
||||
|
||||
.. autofunction:: set_password
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,80 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
========================
|
||||
salt.modules.win_useradd
|
||||
========================
|
||||
|
||||
.. automodule:: salt.modules.win_useradd
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
add
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: add
|
||||
|
||||
|
||||
addgroup
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: addgroup
|
||||
|
||||
|
||||
chgroups
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: chgroups
|
||||
|
||||
|
||||
chhome
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: chhome
|
||||
|
||||
|
||||
chprofile
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: chprofile
|
||||
|
||||
|
||||
delete
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: delete
|
||||
|
||||
|
||||
getent
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: getent
|
||||
|
||||
|
||||
info
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: info
|
||||
|
||||
|
||||
list_groups
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: list_groups
|
||||
|
||||
|
||||
removegroup
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: removegroup
|
||||
|
||||
|
||||
setpassword
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: setpassword
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,80 +1,11 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.yumpkg
|
||||
===================
|
||||
|
||||
.. versionadded:: 0.9.4
|
||||
This module replaces the "yum" module in previous releases. It is backward
|
||||
compatibile and uses the native yum Python interface instead of the CLI
|
||||
interface.
|
||||
|
||||
.. automodule:: salt.modules.yumpkg
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
clean_metadata
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: clean_metadata
|
||||
|
||||
|
||||
install
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
list_upgrades
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: list_upgrades
|
||||
|
||||
|
||||
purge
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
remove
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
upgrade
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
upgrade_available
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: upgrade_available
|
||||
|
||||
|
||||
version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,80 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.modules.yumpkg5
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.yumpkg5
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
============================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
install
|
||||
============================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
list_upgrades
|
||||
============================================================
|
||||
|
||||
.. autofunction:: list_upgrades
|
||||
|
||||
|
||||
namedtuple
|
||||
============================================================
|
||||
|
||||
.. autofunction:: namedtuple
|
||||
|
||||
|
||||
purge
|
||||
============================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
============================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
remove
|
||||
============================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
upgrade
|
||||
============================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
upgrade_available
|
||||
============================================================
|
||||
|
||||
.. autofunction:: upgrade_available
|
||||
|
||||
|
||||
version
|
||||
============================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,62 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===================
|
||||
salt.modules.zypper
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.zypper
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
available_version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: available_version
|
||||
|
||||
|
||||
install
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: install
|
||||
|
||||
|
||||
list_pkgs
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: list_pkgs
|
||||
|
||||
|
||||
purge
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: purge
|
||||
|
||||
|
||||
refresh_db
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: refresh_db
|
||||
|
||||
|
||||
remove
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: remove
|
||||
|
||||
|
||||
upgrade
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: upgrade
|
||||
|
||||
|
||||
version
|
||||
=========================================================
|
||||
|
||||
.. autofunction:: version
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -8,6 +8,7 @@ Full list of builtin renderers
|
|||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:template: autosummary.rst.tmpl
|
||||
|
||||
json_jinja
|
||||
json_mako
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=========================
|
||||
salt.renderers.json_jinja
|
||||
=========================
|
||||
|
||||
.. automodule:: salt.renderers.json_jinja
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
render
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: render
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
========================
|
||||
salt.renderers.json_mako
|
||||
========================
|
||||
|
||||
.. automodule:: salt.renderers.json_mako
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
render
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: render
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.renderers.py
|
||||
=================
|
||||
|
||||
.. automodule:: salt.renderers.py
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
render
|
||||
===================================================
|
||||
|
||||
.. autofunction:: render
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=========================
|
||||
salt.renderers.yaml_jinja
|
||||
=========================
|
||||
|
||||
.. automodule:: salt.renderers.yaml_jinja
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
render
|
||||
===========================================================================
|
||||
|
||||
.. autofunction:: render
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
========================
|
||||
salt.renderers.yaml_mako
|
||||
========================
|
||||
|
||||
.. automodule:: salt.renderers.yaml_mako
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
render
|
||||
========================================================================
|
||||
|
||||
.. autofunction:: render
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -8,6 +8,7 @@ Full list of builtin returners
|
|||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:template: autosummary.rst.tmpl
|
||||
|
||||
local
|
||||
cassandra_return
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===============================
|
||||
salt.returners.cassandra_return
|
||||
===============================
|
||||
|
||||
.. automodule:: salt.returners.cassandra_return
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
returner
|
||||
=============================================================================================
|
||||
|
||||
.. autofunction:: returner
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
====================
|
||||
salt.returners.local
|
||||
====================
|
||||
|
||||
.. automodule:: salt.returners.local
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
returner
|
||||
============================================================
|
||||
|
||||
.. autofunction:: returner
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===========================
|
||||
salt.returners.mongo_return
|
||||
===========================
|
||||
|
||||
.. automodule:: salt.returners.mongo_return
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
returner
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: returner
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,20 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===========================
|
||||
salt.returners.redis_return
|
||||
===========================
|
||||
|
||||
.. automodule:: salt.returners.redis_return
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
returner
|
||||
=================================================================================
|
||||
|
||||
.. autofunction:: returner
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -8,6 +8,7 @@ Full list of builtin states
|
|||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:template: autosummary.rst.tmpl
|
||||
|
||||
alias
|
||||
cmd
|
||||
|
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
=================
|
||||
salt.states.alias
|
||||
=================
|
||||
|
||||
.. automodule:: salt.states.alias
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
absent
|
||||
===================================================
|
||||
|
||||
.. autofunction:: absent
|
||||
|
||||
|
||||
present
|
||||
===================================================
|
||||
|
||||
.. autofunction:: present
|
||||
|
||||
|
||||
|
||||
:members:
|
||||
|
|
|
@ -1,32 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===============
|
||||
salt.states.cmd
|
||||
===============
|
||||
|
||||
.. automodule:: salt.states.cmd
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
mod_watch
|
||||
=============================================
|
||||
|
||||
.. autofunction:: mod_watch
|
||||
|
||||
|
||||
run
|
||||
=============================================
|
||||
|
||||
.. autofunction:: run
|
||||
|
||||
|
||||
wait
|
||||
=============================================
|
||||
|
||||
.. autofunction:: wait
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.states.cron
|
||||
================
|
||||
|
||||
.. automodule:: salt.states.cron
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
absent
|
||||
================================================
|
||||
|
||||
.. autofunction:: absent
|
||||
|
||||
|
||||
present
|
||||
================================================
|
||||
|
||||
.. autofunction:: present
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,86 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
================
|
||||
salt.states.file
|
||||
================
|
||||
|
||||
.. automodule:: salt.states.file
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
absent
|
||||
================================================
|
||||
|
||||
.. autofunction:: absent
|
||||
|
||||
|
||||
append
|
||||
================================================
|
||||
|
||||
.. autofunction:: append
|
||||
|
||||
|
||||
comment
|
||||
================================================
|
||||
|
||||
.. autofunction:: comment
|
||||
|
||||
|
||||
directory
|
||||
================================================
|
||||
|
||||
.. autofunction:: directory
|
||||
|
||||
|
||||
managed
|
||||
================================================
|
||||
|
||||
.. autofunction:: managed
|
||||
|
||||
|
||||
nested
|
||||
================================================
|
||||
|
||||
.. autofunction:: nested
|
||||
|
||||
|
||||
recurse
|
||||
================================================
|
||||
|
||||
.. autofunction:: recurse
|
||||
|
||||
|
||||
sed
|
||||
================================================
|
||||
|
||||
.. autofunction:: sed
|
||||
|
||||
|
||||
symlink
|
||||
================================================
|
||||
|
||||
.. autofunction:: symlink
|
||||
|
||||
|
||||
touch
|
||||
================================================
|
||||
|
||||
.. autofunction:: touch
|
||||
|
||||
|
||||
uncomment
|
||||
================================================
|
||||
|
||||
.. autofunction:: uncomment
|
||||
|
||||
|
||||
urlparse
|
||||
================================================
|
||||
|
||||
.. autofunction:: urlparse
|
||||
|
||||
|
||||
|
||||
:members:
|
|
@ -1,26 +1,6 @@
|
|||
.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
|
||||
See the master template file _templates/autosummary/module.rst
|
||||
|
||||
===============
|
||||
salt.states.gem
|
||||
===============
|
||||
|
||||
.. automodule:: salt.states.gem
|
||||
|
||||
|
||||
.. rubric:: Members
|
||||
|
||||
|
||||
installed
|
||||
=============================================
|
||||
|
||||
.. autofunction:: installed
|
||||
|
||||
|
||||
removed
|
||||
=============================================
|
||||
|
||||
.. autofunction:: removed
|
||||
|
||||
|
||||
|
||||
:members:
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue