From 3e9671df3fe0b4ff0353f02adc326b3f9b80a33e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 29 Sep 2023 20:47:59 +0100 Subject: [PATCH] Enable network access for planetdump service so it can publish to S3 --- cookbooks/planet/recipes/dump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 962831596..d386eaa79 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -107,7 +107,7 @@ systemd_service "planetdump@" do user "planet" exec_start "/usr/local/bin/planetdump %i" memory_max "64G" - sandbox true + sandbox :enable_network => true protect_home "tmpfs" bind_paths "/home/planet" read_write_paths [ -- 2.39.5