From c8509a9e49dc4663c5316e25f163fdff12ced7f3 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 20 Oct 2016 01:34:40 +0100 Subject: [PATCH] hp-health service does not support reload --- cookbooks/hardware/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 13c1739b5..d999d28e5 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -70,7 +70,7 @@ when "HP" service "hp-health" do action [:enable, :start] - supports :status => true, :restart => true, :reload => true + supports :status => true, :restart => true end units << "1" -- 2.43.2