X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/743225d946030d146d8a130eb6551e9246d7ada4..5243ff791ccbdb55b5861c7926a485f6257357d8:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 615afb844..ceadecdf2 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -21,6 +21,7 @@ include_recipe "apache" include_recipe "git" include_recipe "nodejs" include_recipe "postgresql" +include_recipe "python" include_recipe "tools" blocks = data_bag_item("tile", "blocks") @@ -121,11 +122,12 @@ package "python-cairo" package "python-mapnik" package "python-setuptools" -easy_install_package "pyotp" +python_package "pyotp" package "fonts-noto-cjk" package "fonts-noto-hinted" package "fonts-noto-unhinted" +package "fonts-hanazono" package "ttf-unifont" directory "/srv/tile.openstreetmap.org/cgi-bin" do @@ -242,7 +244,7 @@ nodejs_package "millstone" systemd_service "update-lowzoom@" do description "Low zoom tile update service for %i layer" user "tile" - exec_start "/usr/local/bin/update-lowzoom-%i" + exec_start "/bin/bash /usr/local/bin/update-lowzoom-%i" private_tmp true private_devices true private_network true @@ -461,7 +463,7 @@ end systemd_service "expire-tiles" do description "Tile dirtying service" - type "oneshot" + type "simple" user "www-data" exec_start "/usr/local/bin/expire-tiles" standard_output "null"