]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/geodns/templates/default/config.erb
otrs: use correct cluster port
[chef.git] / cookbooks / geodns / templates / default / config.erb
index 38c17dc10611ffdd16938a817a76592821e17638..510e886a8641e0ae7ec294e6b456cac051c45e06 100644 (file)
@@ -1,14 +1,18 @@
 options => {
+  include_optional_ns = true
   listen => [ <%= node.ipaddresses(:role => :external).join(", ") %> ]
 }
         
 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/nominatim.weighted}
   }
 }