Document python argument in salt.states.virtualenv_mod

This commit is contained in:
calve 2016-11-18 16:10:35 +01:00 committed by rallytime
parent 7de784411d
commit 2bed91437b

View file

@ -68,6 +68,9 @@ def managed(name,
use_wheel: False
Prefer wheel archives (requires pip >= 1.4).
python : None
Python executable used to build the virtualenv
user: None
The user under which to run virtualenv and pip.