]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore failures to sync hp-legacy before the chef firewall updates
authorTom Hughes <tom@compton.nu>
Thu, 1 Oct 2015 17:23:16 +0000 (18:23 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 1 Oct 2015 17:23:16 +0000 (18:23 +0100)
cookbooks/hardware/recipes/default.rb

index 331fc8fe2380477e2cd9bd58101d62ff22964d8b..94f57ccdd83ea569947970361cba9713fc09a964 100644 (file)
@@ -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