mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
2.1 KiB
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) |