X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b45d043c38db19f7023d683f885def63a7f738de..f71332c2b37903d5abf1e71637a022df17bb3afc:/cookbooks/geodns/templates/default/config.erb diff --git a/cookbooks/geodns/templates/default/config.erb b/cookbooks/geodns/templates/default/config.erb index 38c17dc10..6ceafc737 100644 --- a/cookbooks/geodns/templates/default/config.erb +++ b/cookbooks/geodns/templates/default/config.erb @@ -1,4 +1,5 @@ options => { + include_optional_ns = true listen => [ <%= node.ipaddresses(:role => :external).join(", ") %> ] } @@ -6,9 +7,15 @@ plugins => { geoip => { maps => { $include{config.d/tile.map} + $include{config.d/nominatim.map} } resources => { $include{config.d/tile.resource} + $include{config.d/nominatim.resource} } + }, + weighted => { + $include{config.d/tile.weighted} + $include{config.d/nominatim.weighted} } }