Update service.pp

This commit is contained in:
James Fryman 2014-03-27 16:52:40 -05:00
parent 6a425e4365
commit 28018f5d35

View file

@ -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,