mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
updated states.virtualenv_mod comments to reflect that some kwargs need 'distribute: True'
see #26011
This commit is contained in:
parent
9b44b5e347
commit
322a28bb06
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ def managed(name,
|
|||
Pass `--upgrade` to `pip install`.
|
||||
|
||||
|
||||
Also accepts any kwargs that the virtualenv module will.
|
||||
Also accepts any kwargs that the virtualenv module will.
|
||||
However, some kwargs require `- distribute: True`
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue