From e577f4b880f256b42d150d55a903935815773e77 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 1 Feb 2025 21:51:03 +0000 Subject: [PATCH 1/1] imagery: fix networking --- cookbooks/imagery/resources/site.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 81cc0ec90..5511036c8 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -113,8 +113,7 @@ action :create do group "imagery" exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv" standard_input "socket" - sandbox true - enable_network true + sandbox :enable_network => true restrict_address_families "AF_UNIX" timeout_stop_sec 60 not_if { new_resource.uses_tiler } -- 2.39.5