X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e747b6c82a1b75ae654682ae8ba2057c9fc13521..07417174dc9d0271283aacbe20b1cd73ec374685:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index a5f135a64..7d056163f 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -126,12 +126,14 @@ template "/srv/tile.openstreetmap.org/html/index.html" do end package %w[ - python-cairo - python-mapnik - python-setuptools + python3-cairo + python3-mapnik + python3-setuptools ] -python_package "pyotp" +python_package "pyotp" do + python_version "3" +end package %w[ fonts-noto-cjk @@ -260,7 +262,6 @@ node[:tile][:data].each_value do |data| end nodejs_package "carto" -nodejs_package "millstone" systemd_service "update-lowzoom@" do description "Low zoom tile update service for %i layer"