]> git.openstreetmap.org Git - chef.git/commitdiff
enable forward dependencies on longma
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 25 Nov 2022 12:58:07 +0000 (13:58 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 25 Nov 2022 12:58:07 +0000 (13:58 +0100)
roles/longma.rb

index f8ff9cd871085fde7af8f407d4c064da88c0a24e..14a634c9c34ef4e0d161f00fe189c0d8f7714f27 100644 (file)
@@ -52,6 +52,9 @@ default_attributes(
       "nominatim.openstreetmap.org" => {
         :max_children => 200
       }
+    },
+    :config => {
+      :forward_dependencies => "yes"
     }
   }
 )