]> git.openstreetmap.org Git - chef.git/commitdiff
Remove support for the legacy tile certificate
authorTom Hughes <tom@compton.nu>
Thu, 16 Feb 2017 21:03:07 +0000 (21:03 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 16 Feb 2017 21:03:07 +0000 (21:03 +0000)
cookbooks/tilecache/attributes/default.rb
cookbooks/tilecache/recipes/default.rb

index 87f6dc573fdd87eeae8799bf3cbb5da7021744c9..b5023c3a71385a6bbedfdac37cc4c6c7cd5285c4 100644 (file)
@@ -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"
index 9e119321698d7406ca64067eca70eb0384e10db6..c275edb66b76699f79bbbf6077ee45d039b8a5e6 100644 (file)
@@ -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"