X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/52f095c2c7e4a2e638d02c3cbc96d5956e81a22c..4a8dfbb37eb52d92e42b71635aca4b0656ef2dbc:/cookbooks/planet/recipes/dump.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index f10246763..d56575011 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.2.0" + revision "v1.2.6" depth 1 user "root" group "root" @@ -112,12 +115,14 @@ systemd_service "planetdump@" do user "www-data" 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 + sandbox true + read_write_paths [ + "/store/planetdump", + "/store/planet/pbf", + "/store/planet/planet", + "/var/log/exim4", + "/var/spool/exim4" + ] end cron_d "planet-dump-mirror" do