From: Grant Slater Date: Tue, 3 Dec 2024 13:25:04 +0000 (+0000) Subject: imagery: limit mapserver restart to only where it exists X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/f77abe2d0be3c7053c6b18ae262f8915cad298b8?ds=sidebyside imagery: limit mapserver restart to only where it exists --- diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 23771a4fc..d8b8e11e6 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -146,16 +146,19 @@ action :create do exec_start "/bin/systemctl --quiet stop mapserv-fcgi-#{new_resource.site}.service" sandbox true restrict_address_families "AF_UNIX" + not_if { new_resource.uses_tiler } end systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do on_boot_sec "10m" on_unit_inactive_sec "1h" randomized_delay_sec "10m" + not_if { new_resource.uses_tiler } end service "mapserv-fcgi-#{new_resource.site}-stop.timer" do action [:enable, :start] + not_if { new_resource.uses_tiler } end ssl_certificate new_resource.site do