X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f601fd4a5494b22aba8edc3085a338feb67a9a2e..0926c262c75576e52af45ef9b247805a6619aef2:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index d1486adcf..19a475cd3 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -node.default[:ssl][:certificate] = node[:ssl][:certificate] | [ "tile.openstreetmap" ] +node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ "tile.openstreetmap" ] include_recipe "ssl" include_recipe "squid"