X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5cffb5b0ddf35b84074a81929f05982d76a13008..89a41ef0a45d66064c577adaba75663c27f2398b:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 4015f9941..19a475cd3 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -17,6 +17,9 @@ # limitations under the License. # +node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ "tile.openstreetmap" ] + +include_recipe "ssl" include_recipe "squid" tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] }