projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a6ad0
)
Silence errors checking the chef client download
author
Tom Hughes
<tom@compton.nu>
Fri, 2 May 2014 21:48:47 +0000
(22:48 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 2 May 2014 21:48:47 +0000
(22:48 +0100)
cookbooks/chef/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/chef/recipes/default.rb
b/cookbooks/chef/recipes/default.rb
index 75368079a8d0b131ab32cce59cd1bc92a2552712..08cb9c58fc640c1412767a6fc8df7208c7db24e7 100644
(file)
--- 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