mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #10997 from gravyboat/develop
Fixes for pkg state docs
This commit is contained in:
commit
0103ccf2a2
@ -382,8 +382,8 @@ def installed(
|
|||||||
Multiple Package Installation Options: (not supported in Windows or pkgng)
|
Multiple Package Installation Options: (not supported in Windows or pkgng)
|
||||||
|
|
||||||
pkgs
|
pkgs
|
||||||
A list of packages to install from a software repository. Each package
|
A list of packages to install from a software repository. All packages
|
||||||
will be installed individually by the package manager.
|
listed under ``pkgs`` will be installed via a single command.
|
||||||
|
|
||||||
Usage::
|
Usage::
|
||||||
|
|
||||||
@ -436,8 +436,8 @@ def installed(
|
|||||||
- baz
|
- baz
|
||||||
|
|
||||||
names
|
names
|
||||||
A list of packages to install from a software repository. All packages
|
A list of packages to install from a software repository. Each package
|
||||||
listed under names will be installed via a single command.
|
will be installed individually by the package manager.
|
||||||
|
|
||||||
Usage::
|
Usage::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user