include_recipe "git"
include_recipe "nodejs"
include_recipe "postgresql"
+include_recipe "python"
include_recipe "tools"
blocks = data_bag_item("tile", "blocks")
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
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