X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..aa1f26f044f0f2238f1cb0fdf8ec0879bc44d639:/cookbooks/planet/recipes/default.rb diff --git a/cookbooks/planet/recipes/default.rb b/cookbooks/planet/recipes/default.rb index 28b1abdb8..ba5bf0023 100644 --- a/cookbooks/planet/recipes/default.rb +++ b/cookbooks/planet/recipes/default.rb @@ -19,11 +19,10 @@ include_recipe "apache" -package "perl" -package "pbzip2" -package "osmosis" - -package "php-cli" +package %w[ + perl + php-cli +] file "/etc/cron.d/planet" do action :delete @@ -97,6 +96,7 @@ end apache_module "cgid" apache_module "rewrite" apache_module "proxy_http" +apache_module "ratelimit" ssl_certificate "planet.openstreetmap.org" do domains ["planet.openstreetmap.org", "planet.osm.org"]