From: Grant Slater Date: Sat, 1 Feb 2025 21:51:03 +0000 (+0000) Subject: imagery: fix networking X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e577f4b880f256b42d150d55a903935815773e77?hp=3036293edf62100e23b29bd56f3cf5c8a4ff1fc7 imagery: fix networking --- 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 }