projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd6b24
)
Remove forced downgrade of hp-health
author
Tom Hughes
<tom@compton.nu>
Tue, 24 Oct 2017 13:52:07 +0000
(14:52 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 24 Oct 2017 14:09:18 +0000
(15:09 +0100)
cookbooks/hardware/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/hardware/recipes/default.rb
b/cookbooks/hardware/recipes/default.rb
index 4474578a5c74a0294994423221a287615b6a59ca..e067a0b10cef29b26d33c9dbcfc7318235798786 100644
(file)
--- a/
cookbooks/hardware/recipes/default.rb
+++ b/
cookbooks/hardware/recipes/default.rb
@@
-55,11
+55,8
@@
case manufacturer
when "HP"
package "hponcfg"
- # Downgrade hp-health to 10.0.0.1.3-4. as 10.40-1815.49 has issues with reliable startup
package "hp-health" do
action :install
- version "10.0.0.1.3-4."
- options "--force-yes"
notifies :restart, "service[hp-health]"
end