From dec842497e5772607624c484db29d67200ce6703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Tue, 25 Nov 2014 15:07:14 -0500 Subject: [PATCH] Remove deprecated class * swift::proxy::proxy-logging (deprecated since 3.0.0) Change-Id: If1d866454292b0b35351c459d22644327f526fec --- manifests/proxy/proxy-logging.pp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 manifests/proxy/proxy-logging.pp diff --git a/manifests/proxy/proxy-logging.pp b/manifests/proxy/proxy-logging.pp deleted file mode 100644 index 7f07a0f8..00000000 --- a/manifests/proxy/proxy-logging.pp +++ /dev/null @@ -1,5 +0,0 @@ -# -class swift::proxy::proxy-logging { - warning('swift::proxy::proxy-logging is deprecated. Use swift::proxy::proxy_logging instead.') - include swift::proxy::proxy_logging -}