]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: fix networking
authorGrant Slater <github@firefishy.com>
Sat, 1 Feb 2025 21:51:03 +0000 (21:51 +0000)
committerGrant Slater <github@firefishy.com>
Sat, 1 Feb 2025 21:51:03 +0000 (21:51 +0000)
cookbooks/imagery/resources/site.rb

index 81cc0ec906915c68016380cb0b86888cbfa39ab1..5511036c8632f429565b8b097e627ae934679bb9 100644 (file)
@@ -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 }