X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eecaf26698348adf3d3b64ea680ad82f959a5ae4..8fc909af185e93f6014d3edc9fe01be643c239c1:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 409d100b1..5e236c6bb 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -48,6 +48,8 @@ package %w[ php-cli php-curl mktorrent + xmlstarlet + libxml2-utils ] directory "/opt/planet-dump-ng" do @@ -59,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" @@ -114,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