mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Merge pull request #53498 from amendlik/links
Fix broken documentation links
This commit is contained in:
commit
f72ebba980
@ -15,26 +15,26 @@ Execution Module Used for
|
|||||||
:py:mod:`~salt.modules.aixpkg` AIX OS using ``installp`` and ``rpm``
|
:py:mod:`~salt.modules.aixpkg` AIX OS using ``installp`` and ``rpm``
|
||||||
:py:mod:`~salt.modules.aptpkg` Debian/Ubuntu-based distros which use
|
:py:mod:`~salt.modules.aptpkg` Debian/Ubuntu-based distros which use
|
||||||
``apt-get(8)`` for package management
|
``apt-get(8)`` for package management
|
||||||
:py:mod:`~salt.modules.brew` Mac OS software management using
|
:py:mod:`~salt.modules.mac_brew_pkg` Mac OS software management using
|
||||||
`Homebrew`_
|
`Homebrew`_
|
||||||
:py:mod:`~salt.modules.ebuild` Gentoo-based systems (utilizes the
|
:py:mod:`~salt.modules.ebuildpkg` Gentoo-based systems (utilizes the
|
||||||
``portage`` python module as well as
|
``portage`` python module as well as
|
||||||
``emerge(1)``)
|
``emerge(1)``)
|
||||||
:py:mod:`~salt.modules.freebsdpkg` FreeBSD-based OSes using ``pkg_add(1)``
|
:py:mod:`~salt.modules.freebsdpkg` FreeBSD-based OSes using ``pkg_add(1)``
|
||||||
:py:mod:`~salt.modules.openbsdpkg` OpenBSD-based OSes using ``pkg_add(1)``
|
:py:mod:`~salt.modules.openbsdpkg` OpenBSD-based OSes using ``pkg_add(1)``
|
||||||
:py:mod:`~salt.modules.pacman` Arch Linux-based distros using
|
:py:mod:`~salt.modules.pacmanpkg` Arch Linux-based distros using
|
||||||
``pacman(8)``
|
``pacman(8)``
|
||||||
:py:mod:`~salt.modules.pkgin` NetBSD-based OSes using ``pkgin(1)``
|
:py:mod:`~salt.modules.pkgin` NetBSD-based OSes using ``pkgin(1)``
|
||||||
:py:mod:`~salt.modules.pkgng` FreeBSD-based OSes using ``pkg(8)``
|
:py:mod:`~salt.modules.pkgng` FreeBSD-based OSes using ``pkg(8)``
|
||||||
:py:mod:`~salt.modules.pkgutil` Solaris-based OSes using `OpenCSW`_'s
|
:py:mod:`~salt.modules.pkgutil` Solaris-based OSes using `OpenCSW`_'s
|
||||||
``pkgutil(1)``
|
``pkgutil(1)``
|
||||||
:py:mod:`~salt.modules.solarispkg` Solaris-based OSes using ``pkgadd(1M)``
|
:py:mod:`~salt.modules.solarispkg` Solaris-based OSes using ``pkgadd(1M)``
|
||||||
:py:mod:`~salt.modules.solarisips` Solaris-based OSes using IPS ``pkg(1)``
|
:py:mod:`~salt.modules.solarisipspkg` Solaris-based OSes using IPS ``pkg(1)``
|
||||||
:py:mod:`~salt.modules.win_pkg` Salt's :ref:`Windows Package Manager
|
:py:mod:`~salt.modules.win_pkg` Salt's :ref:`Windows Package Manager
|
||||||
<windows-package-manager>`
|
<windows-package-manager>`
|
||||||
:py:mod:`~salt.modules.yumpkg` RedHat-based distros and derivatives
|
:py:mod:`~salt.modules.yumpkg` RedHat-based distros and derivatives
|
||||||
using ``yum(8)`` or ``dnf(8)``
|
using ``yum(8)`` or ``dnf(8)``
|
||||||
:py:mod:`~salt.modules.zypper` SUSE-based distros using ``zypper(8)``
|
:py:mod:`~salt.modules.zypperpkg` SUSE-based distros using ``zypper(8)``
|
||||||
====================================== ========================================
|
====================================== ========================================
|
||||||
|
|
||||||
.. _Homebrew: http://brew.sh/
|
.. _Homebrew: http://brew.sh/
|
||||||
|
@ -10,26 +10,26 @@ salt.modules.service
|
|||||||
``service`` is a virtual module that is fulfilled by one of the following
|
``service`` is a virtual module that is fulfilled by one of the following
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
====================================== ========================================
|
========================================= ========================================
|
||||||
Execution Module Used for
|
Execution Module Used for
|
||||||
====================================== ========================================
|
========================================= ========================================
|
||||||
:py:mod:`~salt.modules.debian_service` Debian Wheezy and earlier
|
:py:mod:`~salt.modules.debian_service` Debian Wheezy and earlier
|
||||||
:py:mod:`~salt.modules.freebsdservice` FreeBSD-based OSes using ``service(8)``
|
:py:mod:`~salt.modules.freebsdservice` FreeBSD-based OSes using ``service(8)``
|
||||||
:py:mod:`~salt.modules.gentoo_service` Gentoo Linux using ``sysvinit`` and
|
:py:mod:`~salt.modules.gentoo_service` Gentoo Linux using ``sysvinit`` and
|
||||||
``rc-update(8)``
|
``rc-update(8)``
|
||||||
:py:mod:`~salt.modules.launchctl` Mac OS hosts using ``launchctl(1)``
|
:py:mod:`~salt.modules.launchctl_service` Mac OS hosts using ``launchctl(1)``
|
||||||
:py:mod:`~salt.modules.netbsdservice` NetBSD-based OSes
|
:py:mod:`~salt.modules.netbsdservice` NetBSD-based OSes
|
||||||
:py:mod:`~salt.modules.openbsdservice` OpenBSD-based OSes
|
:py:mod:`~salt.modules.openbsdservice` OpenBSD-based OSes
|
||||||
:py:mod:`~salt.modules.rh_service` RedHat-based distros and derivatives
|
:py:mod:`~salt.modules.rh_service` RedHat-based distros and derivatives
|
||||||
using ``service(8)`` and
|
using ``service(8)`` and
|
||||||
``chkconfig(8)``. Supports both pure
|
``chkconfig(8)``. Supports both pure
|
||||||
sysvinit and mixed sysvinit/upstart
|
sysvinit and mixed sysvinit/upstart
|
||||||
systems.
|
systems.
|
||||||
:py:mod:`~salt.modules.service` Fallback which simply wraps sysvinit
|
:py:mod:`~salt.modules.service` Fallback which simply wraps sysvinit
|
||||||
scripts
|
scripts
|
||||||
:py:mod:`~salt.modules.smf` Solaris-based OSes which use SMF
|
:py:mod:`~salt.modules.smf_service` Solaris-based OSes which use SMF
|
||||||
:py:mod:`~salt.modules.systemd` Linux distros which use systemd
|
:py:mod:`~salt.modules.systemd_service` Linux distros which use systemd
|
||||||
:py:mod:`~salt.modules.upstart` Ubuntu-based distros using upstart
|
:py:mod:`~salt.modules.upstart_service` Ubuntu-based distros using upstart
|
||||||
:py:mod:`~salt.modules.win_service` Windows
|
:py:mod:`~salt.modules.win_service` Windows
|
||||||
====================================== ========================================
|
========================================= ========================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user