From: Sarah Hoffmann Date: Fri, 25 Nov 2022 12:58:07 +0000 (+0100) Subject: enable forward dependencies on longma X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a06cddc2d0088449232595cb600b9a04034fa74d enable forward dependencies on longma --- diff --git a/roles/longma.rb b/roles/longma.rb index f8ff9cd87..14a634c9c 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -52,6 +52,9 @@ default_attributes( "nominatim.openstreetmap.org" => { :max_children => 200 } + }, + :config => { + :forward_dependencies => "yes" } } )