From 272f764ce3a54e0d9ae165fb3698b793945ae4b0 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Tue, 25 Apr 2017 14:01:36 -0400 Subject: [PATCH] Add deprecation warning to api Panko service is not maintained upstream and will be removed in future releases. Lets add a warning to the class. Change-Id: Ia8b11b01b77ebdc8f5418fc7cf224bba8a83cc35 --- manifests/api.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/api.pp b/manifests/api.pp index aca16de..5e901fb 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -68,6 +68,8 @@ class panko::api ( $enable_proxy_headers_parsing = $::os_service_default, ) inherits panko::params { + warning('This Class is deprecated and will be removed in future releases.') + include ::panko::deps include ::panko::policy