]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/default.rb
Merge pull request #645 from hdevine825/planetlink
[chef.git] / cookbooks / planet / recipes / default.rb
index f7e090ac2e6e1dc129def9c63d59feb31d9857bb..b83d3449b88e375d4b9e3f27b4b01cfcf895a1c7 100644 (file)
 
 include_recipe "accounts"
 include_recipe "apache"
+include_recipe "geoipupdate"
+include_recipe "planet::aws"
 include_recipe "munin"
-include_recipe "awscli"
 
 package %w[
-  perl
-  php-cli
+  python3
+  python3-geoip2
 ]
 
 remote_directory "/store/planet#html" do
@@ -108,6 +109,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"