]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/default.rb
web: add openstreetmap.com to certificate
[chef.git] / cookbooks / planet / recipes / default.rb
index 23dc7bdbfa158294a9ef22a1274d8b31e451cb26..ad532f93e40eb49cdcce73323508924054ebf53d 100644 (file)
 
 include_recipe "accounts"
 include_recipe "apache"
-include_recipe "awscli"
-include_recipe "munin"
+include_recipe "geoipupdate"
+include_recipe "planet::aws"
 
 package %w[
-  perl
-  php-cli
+  python3
+  python3-geoip2
 ]
 
 remote_directory "/store/planet#html" do
@@ -108,6 +108,14 @@ template "/usr/local/bin/apache-latest-planet-filename" do
   notifies :restart, "service[apache2]"
 end
 
+template "/usr/local/bin/apache-s3-ip2region" do
+  source "apache-s3-ip2region.erb"
+  owner "root"
+  group "root"
+  mode "755"
+  notifies :restart, "service[apache2]"
+end
+
 apache_module "cgid"
 apache_module "rewrite"
 apache_module "proxy_http"
@@ -129,8 +137,6 @@ template "/etc/logrotate.d/apache2" do
   mode "644"
 end
 
-munin_plugin "planet_age"
-
 template "/usr/local/bin/planet-file-cleanup" do
   source "planet-file-cleanup.erb"
   owner "root"