X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d996203ad3b0a08b61513d94f3f88e594bfe7351..fe3288c93f9fd2d0a699357010d4534027d4deaf:/cookbooks/dev/recipes/default.rb diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index d03b8b204..98fec78b5 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -20,6 +20,7 @@ require "yaml" require "securerandom" +include_recipe "accounts" include_recipe "apache" include_recipe "passenger" include_recipe "geoipupdate" @@ -91,7 +92,7 @@ package %w[ mailutils make nano - netcat + netcat-openbsd osm2pgsql osmium-tool osmosis @@ -128,6 +129,7 @@ package %w[ python3-dev python3-dotenv python3-gdal + python3-geojson python3-lxml python3-lz4 python3-magic @@ -153,10 +155,6 @@ end nodejs_package "svgo" -python_package "geojson" do - python_version "3" -end - apache_module "env" apache_module "expires" apache_module "headers"