X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/650df404329760cba69d0bd90cf5c3068da102d5..b9ea56c8f85e93cc5a3abdbf4467c01da820529f:/roles/longma.rb?ds=inline diff --git a/roles/longma.rb b/roles/longma.rb index da3e92c19..14a634c9c 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -52,11 +52,14 @@ default_attributes( "nominatim.openstreetmap.org" => { :max_children => 200 } + }, + :config => { + :forward_dependencies => "yes" } } ) run_list( "role[equinix-dub]", - "role[nominatim-v4]" + "role[nominatim]" )