X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/492559ef865a09dba696babf6178a05b33cc2eb8..f214d9e00ae0539817a258325889c2a637bfc6ec:/cookbooks/dev/recipes/default.rb diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index aefd6594d..59fd78603 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -20,12 +20,13 @@ require "yaml" require "securerandom" -include_recipe "apache::ssl" +include_recipe "apache" include_recipe "passenger" include_recipe "git" include_recipe "mysql" include_recipe "nodejs" include_recipe "postgresql" +include_recipe "python" package "php" package "php-cgi" @@ -54,7 +55,7 @@ package "python-gdal" nodejs_package "svgo" -easy_install_package "geojson" +python_package "geojson" apache_module "env" apache_module "expires"