You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole virtualenv setup is deprecated upstream. pyvenv / the built-in
python module venv should be used. Since we already have a few backwards
incompatible changes on master, it makes sense to drop this now.
Copy file name to clipboardExpand all lines: manifests/init.pp
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @summary Installs and manages python, python-dev, python-virtualenv and gunicorn.
1
+
# @summary Installs and manages python, python-dev and gunicorn.
2
2
#
3
3
# @param ensure Desired installation state for the Python package.
4
4
# @param version Python version to install. Beware that valid values for this differ a) by the provider you choose and b) by the osfamily/operatingsystem you are using.
@@ -11,7 +11,6 @@
11
11
# package, if available on your osfamily.
12
12
# @param pip Desired installation state for the python-pip package.
13
13
# @param dev Desired installation state for the python-dev package.
14
-
# @param virtualenv Desired installation state for the virtualenv package
15
14
# @param gunicorn Desired installation state for Gunicorn.
16
15
# @param manage_gunicorn Allow Installation / Removal of Gunicorn.
17
16
# @param provider What provider to use for installation of the packages, except gunicorn and Python itself.
0 commit comments