Updated man.

remotes/origin/4.0
Darko Poljak 9 years ago
parent d9b2f1a540
commit a1e86a481c
  1. 4
      cdist/conf/type/__pyvenv/man.text

@ -19,8 +19,10 @@ Ensure this for e.g. in your init manifest as in the following example:
case "$__target_host" in
localhost)
__package python3-venv --state present
require="__package/python3-venv" __pyvenv /home/darko/testenv --owner darko --group darko --mode 740 --state present
require="__package/python3-venv" __pyvenv /home/darko/testenv --pyvenv "pyvenv-3.4" --owner darko --group darko --mode 740 --state present
require="__pyvenv/home/darko/testenv" __package_pip docopt --pip /home/darko/testenv/bin/pip --runas darko --state present
;;
esac
--------------------------------------------------------------------------------

Loading…
Cancel
Save