From: Grant Slater Date: Thu, 20 Oct 2016 00:43:02 +0000 (+0100) Subject: Switch apt allow-downgrades for force-yes for backward compatibility X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0a24539ef82e55b09c6801a1c80e9f4c952f6a2f?hp=c8509a9e49dc4663c5316e25f163fdff12ced7f3 Switch apt allow-downgrades for force-yes for backward compatibility --- 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