Add note of support on Python mods for CentOS 7.
CentOS 7 has offically deprecated mod_python in favor of mod_wsgi and the package is not available anymore. This change add a note on the module about the offically supported way to run python applications on CentOS 7. Change-Id: I9bf2e0dde6575f50db6ce12abf896b5890b42419 Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
This commit is contained in:
parent
9c22e17cef
commit
edb7660f9b
@ -1,6 +1,7 @@
|
||||
# Class: httpd::mod::python
|
||||
#
|
||||
# This class installs Python for Apache
|
||||
# Please use httpd::mod::wsgi for CentOS >= 7 as mod_python is officially deprecated.
|
||||
#
|
||||
# Parameters:
|
||||
#
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Class: httpd::python
|
||||
#
|
||||
# This class installs Python for Apache
|
||||
# Please use httpd::mod::wsgi for CentOS >= 7 as mod_python is officially deprecated.
|
||||
#
|
||||
# Parameters:
|
||||
# - $python_package
|
||||
|
Loading…
Reference in New Issue
Block a user