X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c1f9386a8e8db48dc8db03cdd42e13b789fafe83..c8509a9e49dc4663c5316e25f163fdff12ced7f3:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 0e3351838..d999d28e5 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -64,12 +64,13 @@ when "HP" package "hp-health" do action :install version "10.0.0.1.3-4." + options "--allow-downgrades" notifies :restart, "service[hp-health]" end service "hp-health" do action [:enable, :start] - supports :status => true, :restart => true, :reload => true + supports :status => true, :restart => true end units << "1"