]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/recipes/default.rb
turn on dribble replication
[chef.git] / cookbooks / dev / recipes / default.rb
index 6e71b794d509ce98cf251316f6e03e5034b15ecd..9817e5b347ee3dd8c70599c3fbf09b77a890b2e2 100644 (file)
@@ -20,6 +20,7 @@
 require "yaml"
 require "securerandom"
 
 require "yaml"
 require "securerandom"
 
+include_recipe "accounts"
 include_recipe "apache"
 include_recipe "passenger"
 include_recipe "geoipupdate"
 include_recipe "apache"
 include_recipe "passenger"
 include_recipe "geoipupdate"
@@ -28,6 +29,7 @@ include_recipe "memcached"
 include_recipe "mysql"
 include_recipe "nodejs"
 include_recipe "php::fpm"
 include_recipe "mysql"
 include_recipe "nodejs"
 include_recipe "php::fpm"
+include_recipe "podman"
 include_recipe "postgresql"
 include_recipe "python"
 include_recipe "ruby"
 include_recipe "postgresql"
 include_recipe "python"
 include_recipe "ruby"
@@ -42,8 +44,10 @@ package %w[
   awscli
   cmake
   composer
   awscli
   cmake
   composer
+  curl
   default-jdk-headless
   default-jre-headless
   default-jdk-headless
   default-jre-headless
+  eatmydata
   fonts-dejavu
   fonts-dejavu-core
   fonts-dejavu-extra
   fonts-dejavu
   fonts-dejavu-core
   fonts-dejavu-extra
@@ -53,6 +57,7 @@ package %w[
   g++
   gcc
   gdal-bin
   g++
   gcc
   gdal-bin
+  gfortran
   gnuplot-nox
   golang
   graphviz
   gnuplot-nox
   golang
   graphviz
@@ -91,6 +96,7 @@ package %w[
   mailutils
   make
   nano
   mailutils
   make
   nano
+  ncftp
   netcat-openbsd
   osm2pgsql
   osmium-tool
   netcat-openbsd
   osm2pgsql
   osmium-tool
@@ -128,6 +134,7 @@ package %w[
   python3-dev
   python3-dotenv
   python3-gdal
   python3-dev
   python3-dotenv
   python3-gdal
+  python3-geojson
   python3-lxml
   python3-lz4
   python3-magic
   python3-lxml
   python3-lz4
   python3-magic
@@ -153,10 +160,6 @@ end
 
 nodejs_package "svgo"
 
 
 nodejs_package "svgo"
 
-python_package "geojson" do
-  python_version "3"
-end
-
 apache_module "env"
 apache_module "expires"
 apache_module "headers"
 apache_module "env"
 apache_module "expires"
 apache_module "headers"