X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ca6140e3bc53ae4d616859d908ce5fd37cbfd5e1..1a528d18f3ef25285390b3be797bf083ae6034a0:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 8eb5c312f..5083790c3 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -117,7 +117,9 @@ end package "python-cairo" package "python-mapnik" -package "fonts-noto" +package "fonts-noto-cjk" +package "fonts-noto-hinted" +package "fonts-noto-unhinted" package "ttf-unifont" directory "/srv/tile.openstreetmap.org/cgi-bin" do @@ -323,7 +325,10 @@ node[:tile][:styles].each do |name, details| end end +postgresql_version = node[:tile][:database][:cluster].split("/").first + package "postgis" +package "postgresql-#{postgresql_version}-postgis-2.3" postgresql_user "jburgess" do cluster node[:tile][:database][:cluster]