From 0a24539ef82e55b09c6801a1c80e9f4c952f6a2f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 20 Oct 2016 01:43:02 +0100 Subject: [PATCH 1/1] Switch apt allow-downgrades for force-yes for backward compatibility --- 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 d999d28e5..7d326d68b 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -64,7 +64,7 @@ when "HP" package "hp-health" do action :install version "10.0.0.1.3-4." - options "--allow-downgrades" + options "--force-yes" notifies :restart, "service[hp-health]" end -- 2.43.2