]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/proxy.pp
remove all openstack foo
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / proxy.pp
diff --git a/3rdparty/modules/apache/manifests/proxy.pp b/3rdparty/modules/apache/manifests/proxy.pp
deleted file mode 100644 (file)
index 050f36c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# Class: apache::proxy
-#
-# This class enabled the proxy module for Apache
-#
-# Actions:
-#   - Enables Apache Proxy module
-#
-# Requires:
-#
-# Sample Usage:
-#
-class apache::proxy {
-  warning('apache::proxy is deprecated; please use apache::mod::proxy')
-  include ::apache::mod::proxy
-}