]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/geodns/templates/default/config.erb
geodns: enable include_optional_ns to please picky DNS servers
[chef.git] / cookbooks / geodns / templates / default / config.erb
index 301985e92df1a31d1360a590a21ce478b92793ab..6ceafc7375cf3c407df14543470d3d9ef197325c 100644 (file)
@@ -1,4 +1,5 @@
 options => {
+  include_optional_ns = true
   listen => [ <%= node.ipaddresses(:role => :external).join(", ") %> ]
 }
         
@@ -6,12 +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}
   }
 }