From 28018f5d350bd23be8a29dbb87c5aba3f6238979 Mon Sep 17 00:00:00 2001 From: James Fryman Date: Thu, 27 Mar 2014 16:52:40 -0500 Subject: [PATCH] Update service.pp --- manifests/service.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifests/service.pp b/manifests/service.pp index e02c35b..9ec8993 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -18,10 +18,6 @@ class nginx::service( $service_restart = $nginx::service_restart, $service_ensure = $nginx::service_ensure, ) { - - if $caller_module_name != $module_name { - warning("${name} is deprecated as a public API of the ${module_name} module and should no longer be directly included in the manifest.") - } $service_enable = $service_ensure ? { running => true,