From 6058d9188e33e8b68a5d6401497b6f0b10e76e90 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 Oct 2015 18:23:16 +0100 Subject: [PATCH 1/1] Ignore failures to sync hp-legacy before the chef firewall updates --- cookbooks/hardware/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 331fc8fe2..94f57ccdd 100644 --- 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 -- 2.43.2