X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1751b31885773d33dcf3efb396f198f1d10a2221..f8615415d66741ec7ad5aa2b9d23272f10e2b1a2:/cookbooks/dev/recipes/default.rb diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index ebb90accf..498415120 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -20,12 +20,12 @@ require "yaml" require "securerandom" +include_recipe "accounts" include_recipe "apache" include_recipe "passenger" include_recipe "geoipupdate" include_recipe "git" include_recipe "memcached" -include_recipe "munin" include_recipe "mysql" include_recipe "nodejs" include_recipe "php::fpm" @@ -43,6 +43,7 @@ package %w[ awscli cmake composer + curl default-jdk-headless default-jre-headless fonts-dejavu @@ -54,6 +55,7 @@ package %w[ g++ gcc gdal-bin + gfortran gnuplot-nox golang graphviz @@ -67,6 +69,7 @@ package %w[ libboost-program-options-dev libboost-regex-dev libboost-system-dev + libbrotli-dev libbytes-random-secure-perl libcairo2-dev libcrypto++-dev @@ -91,8 +94,9 @@ package %w[ mailutils make nano - netcat + netcat-openbsd osm2pgsql + osmium-tool osmosis pandoc pandoc @@ -117,6 +121,7 @@ package %w[ pngcrush pngquant proj-bin + pyosmium python-is-python3 python3 python3-brotli @@ -126,6 +131,7 @@ package %w[ python3-dev python3-dotenv python3-gdal + python3-geojson python3-lxml python3-lz4 python3-magic @@ -151,10 +157,6 @@ end nodejs_package "svgo" -python_package "geojson" do - python_version "3" -end - apache_module "env" apache_module "expires" apache_module "headers"