projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch apt allow-downgrades for force-yes for backward compatibility
[chef.git]
/
cookbooks
/
hardware
/
recipes
/
default.rb
diff --git
a/cookbooks/hardware/recipes/default.rb
b/cookbooks/hardware/recipes/default.rb
index d999d28e5a8856a5c588da00872c06d687427b9c..7d326d68bb28abf98955d27f9337bd3394c71f53 100644
(file)
--- 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."
package "hp-health" do
action :install
version "10.0.0.1.3-4."
- options "--
allow-downgrad
es"
+ options "--
force-y
es"
notifies :restart, "service[hp-health]"
end
notifies :restart, "service[hp-health]"
end