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