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:
Bruno Tavares 2015-09-16 11:06:33 -03:00
parent 9c22e17cef
commit edb7660f9b
2 changed files with 2 additions and 0 deletions

View File

@ -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:
#

View File

@ -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