From: Tom Hughes Date: Fri, 2 May 2014 21:48:47 +0000 (+0100) Subject: Silence errors checking the chef client download X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2c7985dc6a82e7c31184ab0b4dc5b9599f2ed3fa Silence errors checking the chef client download --- diff --git a/cookbooks/chef/recipes/default.rb b/cookbooks/chef/recipes/default.rb index 75368079a..08cb9c58f 100644 --- a/cookbooks/chef/recipes/default.rb +++ b/cookbooks/chef/recipes/default.rb @@ -47,6 +47,7 @@ remote_file "/var/cache/chef/#{chef_package}" do group "root" mode 0644 backup false + ignore_failure true end dpkg_package "chef" do