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)
|
||||
|
||||
pkgs
|
||||
A list of packages to install from a software repository. Each package
|
||||
will be installed individually by the package manager.
|
||||
A list of packages to install from a software repository. All packages
|
||||
listed under ``pkgs`` will be installed via a single command.
|
||||
|
||||
Usage::
|
||||
|
||||
@ -436,8 +436,8 @@ def installed(
|
||||
- baz
|
||||
|
||||
names
|
||||
A list of packages to install from a software repository. All packages
|
||||
listed under names will be installed via a single command.
|
||||
A list of packages to install from a software repository. Each package
|
||||
will be installed individually by the package manager.
|
||||
|
||||
Usage::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user