projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3875e9
)
Ignode failures refreshing data sources on tile servers
author
Tom Hughes
<tom@compton.nu>
Sun, 20 Sep 2015 20:41:14 +0000
(21:41 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 20 Sep 2015 20:41:14 +0000
(21:41 +0100)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index 76a4f9b58c209d0d9ec53516ed9baff954678872..4ab6b8bbda23489c4760aaaecb3ed2a284e0891e 100644
(file)
--- a/
cookbooks/tile/recipes/default.rb
+++ b/
cookbooks/tile/recipes/default.rb
@@
-215,6
+215,7
@@
node[:tile][:data].each_value do |data|
if data[:refresh]
action :create
use_conditional_get true
+ ignore_failure true
else
action :create_if_missing
end