Skip to content

Commit

Permalink
Versionadded for process_dependency_links kwarg in virtualenv_mod sta…
Browse files Browse the repository at this point in the history
…te (#37006)
  • Loading branch information
Nicole Thomas committed Oct 14, 2016
1 parent 2b054c7 commit 920a886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/states/virtualenv_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def managed(name,
process_dependency_links: False
Run pip install with the --process_dependency_links flag.
.. versionadded:: Nitrogen
Also accepts any kwargs that the virtualenv module will. However, some
kwargs, such as the ``pip`` option, require ``- distribute: True``.
Expand Down

0 comments on commit 920a886

Please sign in to comment.