]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/python.pp
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / python.pp
diff --git a/3rdparty/modules/apache/manifests/python.pp b/3rdparty/modules/apache/manifests/python.pp
deleted file mode 100644 (file)
index 723a753..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Class: apache::python
-#
-# This class installs Python for Apache
-#
-# Parameters:
-# - $php_package
-#
-# Actions:
-#   - Install Apache Python package
-#
-# Requires:
-#
-# Sample Usage:
-#
-class apache::python {
-  warning('apache::python is deprecated; please use apache::mod::python')
-  include ::apache::mod::python
-}