From d5112ae724a15255983df81f9fda474c05925deb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 16 Feb 2017 21:03:07 +0000 Subject: [PATCH] Remove support for the legacy tile certificate --- cookbooks/tilecache/attributes/default.rb | 2 -- cookbooks/tilecache/recipes/default.rb | 3 --- 2 files changed, 5 deletions(-) diff --git a/cookbooks/tilecache/attributes/default.rb b/cookbooks/tilecache/attributes/default.rb index 87f6dc573..b5023c3a7 100644 --- a/cookbooks/tilecache/attributes/default.rb +++ b/cookbooks/tilecache/attributes/default.rb @@ -10,5 +10,3 @@ default[:tilecache][:ip_bucket_size] = 67108864 default[:tilecache][:net_bucket_refill] = 8192 # Per Class C bucket size default[:tilecache][:net_bucket_size] = 134217728 - -default[:tilecache][:ssl][:certificate] = "tile.openstreetmap" diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 9e1193216..c275edb66 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -19,9 +19,6 @@ require "ipaddr" -certificate = node[:tilecache][:ssl][:certificate] -node.default[:ssl][:certificates] = node[:ssl][:certificates] | [certificate] - include_recipe "ssl" include_recipe "squid" include_recipe "nginx" -- 2.43.2