]> git.openstreetmap.org Git - chef.git/commitdiff
Silence errors checking the chef client download
authorTom Hughes <tom@compton.nu>
Fri, 2 May 2014 21:48:47 +0000 (22:48 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 2 May 2014 21:48:47 +0000 (22:48 +0100)
cookbooks/chef/recipes/default.rb

index 75368079a8d0b131ab32cce59cd1bc92a2552712..08cb9c58fc640c1412767a6fc8df7208c7db24e7 100644 (file)
@@ -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