]> git.openstreetmap.org Git - chef.git/commitdiff
Fix restarting of cgimap after updates on the dev server
authorTom Hughes <tom@compton.nu>
Tue, 9 Jan 2024 19:05:18 +0000 (19:05 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 9 Jan 2024 19:05:18 +0000 (19:05 +0000)
cookbooks/dev/recipes/default.rb

index 2b7435585b8a36bce9a1aa3e55788d93ac099327..d33534491aee6a9b075e043db0c24ce14c40c243 100644 (file)
@@ -484,7 +484,7 @@ if node[:postgresql][:clusters][:"15/main"]
 
         service "cgimap@#{name}" do
           action [:start, :enable]
-          subscribes :restart, "execute[#{cgimap_directory}/Makefile]"
+          subscribes :restart, "execute[#{cgimap_directory}/build/Makefile]"
           subscribes :restart, "template[/etc/default/cgimap-#{name}]"
           subscribes :restart, "systemd_service[cgimap@]"
         end