projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d02b0
)
Ignore failures to sync hp-legacy before the chef firewall updates
author
Tom Hughes
<tom@compton.nu>
Thu, 1 Oct 2015 17:23:16 +0000
(18:23 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 1 Oct 2015 17:23:16 +0000
(18:23 +0100)
cookbooks/hardware/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/hardware/recipes/default.rb
b/cookbooks/hardware/recipes/default.rb
index 331fc8fe2380477e2cd9bd58101d62ff22964d8b..94f57ccdd83ea569947970361cba9713fc09a964 100644
(file)
--- a/
cookbooks/hardware/recipes/default.rb
+++ b/
cookbooks/hardware/recipes/default.rb
@@
-80,6
+80,7
@@
if manufacturer == "HP" && node[:lsb][:release].to_f > 11.10
repository "git://chef.openstreetmap.org/hp-legacy.git"
user "root"
group "root"
+ ignore_failure true
end
link "/opt/hp/hp-health/bin/hpasmd" do