]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Switch to planet-dump-ng 1.2.4 for Ubuntu 22.04 compatibility
[chef.git] / cookbooks / planet / recipes / dump.rb
index f102467638c24391756bc3ab1ae4b7b8a1a3f798..5e236c6bb6d5037b736da3a91bd5506e171192f2 100644 (file)
@@ -47,6 +47,9 @@ package %w[
   pbzip2
   php-cli
   php-curl
+  mktorrent
+  xmlstarlet
+  libxml2-utils
 ]
 
 directory "/opt/planet-dump-ng" do
@@ -58,7 +61,7 @@ end
 git "/opt/planet-dump-ng" do
   action :sync
   repository "https://github.com/zerebubuth/planet-dump-ng.git"
-  revision "v1.2.0"
+  revision "v1.2.4"
   depth 1
   user "root"
   group "root"
@@ -113,11 +116,9 @@ systemd_service "planetdump@" do
   exec_start "/usr/local/bin/planetdump %i"
   memory_max "64G"
   private_tmp true
-  private_devices true
-  private_network true
   protect_system "full"
   protect_home true
-  no_new_privileges true
+  read_write_paths "/var/log/exim4"
 end
 
 cron_d "planet-dump-mirror" do