salt/doc/ref/modules/all/salt.modules.pkg.rst
Erik Johnson 93ee5ee2b0
Fix all Sphinx warnings
Well, all but one, which we expect to see
2018-05-31 15:28:25 -05:00

2.1 KiB

salt.modules.pkg

pkg is a virtual module that is fulfilled by one of the following modules:

Execution Module Used for
~salt.modules.aptpkg Debian/Ubuntu-based distros which use apt-get(8) for package management
~salt.modules.brew Mac OS software management using Homebrew
~salt.modules.ebuild Gentoo-based systems (utilizes the portage python module as well as emerge(1))
~salt.modules.freebsdpkg FreeBSD-based OSes using pkg_add(1)
~salt.modules.openbsdpkg OpenBSD-based OSes using pkg_add(1)
~salt.modules.pacman Arch Linux-based distros using pacman(8)
~salt.modules.pkgin NetBSD-based OSes using pkgin(1)
~salt.modules.pkgng FreeBSD-based OSes using pkg(8)
~salt.modules.pkgutil Solaris-based OSes using OpenCSW's pkgutil(1)
~salt.modules.solarispkg Solaris-based OSes using pkgadd(1M)
~salt.modules.solarisips Solaris-based OSes using IPS pkg(1)
~salt.modules.win_pkg Salt's Windows Package Manager <windows-package-manager>
~salt.modules.yumpkg RedHat-based distros and derivatives using yum(8) or dnf(8)
~salt.modules.zypper SUSE-based distros using zypper(8)