X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/04743763991d4bd0b536ceaec43439d6b3b4842c..6e9c52692515a8fe95d3ec61f6e99375cf427361:/cookbooks/vectortile/recipes/default.rb diff --git a/cookbooks/vectortile/recipes/default.rb b/cookbooks/vectortile/recipes/default.rb index 37fe86b43..7abc2c5cc 100644 --- a/cookbooks/vectortile/recipes/default.rb +++ b/cookbooks/vectortile/recipes/default.rb @@ -40,7 +40,7 @@ nginx_site "vector.openstreetmap.org" do end ssl_certificate node[:fqdn] do - domains [node[:fqdn], "vector.openstreetmap.org"] + domains [node[:fqdn]] notifies :reload, "service[nginx]" end @@ -99,7 +99,7 @@ end python_package "tilekiln" do python_virtualenv tilekiln_directory python_version "3" - version "0.5.1" + version "0.6.1" end template "/srv/vector.openstreetmap.org/html/index.html" do @@ -222,7 +222,7 @@ systemd_service "tilekiln" do wants "postgresql.service" sandbox :enable_network => true restrict_address_families "AF_UNIX" - exec_start "#{tilekiln_directory}/bin/tilekiln serve #{tilekiln_mode} --storage-dbname tiles --num-threads #{node[:vectortile][:serve][:threads]}" + exec_start "#{tilekiln_directory}/bin/tilekiln serve #{tilekiln_mode} --storage-dbname tiles --num-threads #{node[:vectortile][:serve][:threads]} --base-url 'https://vector.openstreetmap.org'" end service "tilekiln" do