mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #53369 from Akm0d/aix_docs
Added refs to AIX module documentation
This commit is contained in:
commit
ff7370ef86
3 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,7 @@ execution modules
|
|||
|
||||
acme
|
||||
aix_group
|
||||
aixpkg
|
||||
aliases
|
||||
alternatives
|
||||
ansiblegate
|
||||
|
|
7
doc/ref/modules/all/salt.modules.aixpkg.rst
Normal file
7
doc/ref/modules/all/salt.modules.aixpkg.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
===================
|
||||
salt.modules.aixpkg
|
||||
===================
|
||||
|
||||
.. automodule:: salt.modules.aixpkg
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -12,6 +12,7 @@ salt.modules.pkg
|
|||
====================================== ========================================
|
||||
Execution Module Used for
|
||||
====================================== ========================================
|
||||
:py:mod:`~salt.modules.aixpkg` AIX OS using ``installp`` and ``rpm``
|
||||
:py:mod:`~salt.modules.aptpkg` Debian/Ubuntu-based distros which use
|
||||
``apt-get(8)`` for package management
|
||||
:py:mod:`~salt.modules.brew` Mac OS software management using
|
||||
|
|
Loading…
Add table
Reference in a new issue