diff --git a/manifests/mod/python.pp b/manifests/mod/python.pp index 431dbbe..2c1e1b2 100644 --- a/manifests/mod/python.pp +++ b/manifests/mod/python.pp @@ -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: # diff --git a/manifests/python.pp b/manifests/python.pp index faf173f..c127684 100644 --- a/manifests/python.pp +++ b/manifests/python.pp @@ -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