From edb7660f9be488ca3b852b63882f3955d84269c6 Mon Sep 17 00:00:00 2001
From: Bruno Tavares <btavare@thoughtworks.com>
Date: Wed, 16 Sep 2015 11:06:33 -0300
Subject: [PATCH] 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>
---
 manifests/mod/python.pp | 1 +
 manifests/python.pp     | 1 +
 2 files changed, 2 insertions(+)

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