X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/93022ca1b3f9d0ed500c7a92847a859afd99cad8..f1cfd16d358496bafb94dfc8c40585fdc6567963:/cookbooks/planet/recipes/dump.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index dcefd4552..5f04bf1d7 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -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.1.8" + revision "v1.2.3" 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