]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Switch tile expiry to use python3
[chef.git] / cookbooks / tile / recipes / default.rb
index 9aa99b9344c6f4bab8bc9e7e08982a5e634942cb..a5f135a64f55ccf5e693277c37b18a58ecd3947f 100644 (file)
@@ -445,7 +445,7 @@ package %w[
   ruby
   osmium-tool
   pyosmium
-  python-pyproj
+  python3-pyproj
 ]
 
 remote_directory "/usr/local/bin" do
@@ -482,6 +482,7 @@ template "/usr/local/bin/replicate" do
   owner "root"
   group "root"
   mode 0o755
+  variables :postgresql_version => postgresql_version.to_f
 end
 
 systemd_service "expire-tiles" do