From: Sarah Hoffmann Date: Thu, 18 Jun 2015 21:45:35 +0000 (+0200) Subject: nominatim: empty default for redirects X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b8b2a707aaa8b0b726a0bf181766901a4b5b8030?hp=5a863cccda9a064b0e7e92730993a46c947d1189 nominatim: empty default for redirects --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index a80fc7866..05a65feea 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -82,6 +82,7 @@ default_attributes( "Search_Index" => "ssd1", "Aux_Data" => "aux", "Aux_Index" => "aux" - } + }, + :redirects => {} } )