]> git.openstreetmap.org Git - chef.git/blob - cookbooks/geodns/templates/default/config.erb
geodns: enable include_optional_ns to please picky DNS servers
[chef.git] / cookbooks / geodns / templates / default / config.erb
1 options => {
2   include_optional_ns = true
3   listen => [ <%= node.ipaddresses(:role => :external).join(", ") %> ]
4 }
5         
6 plugins => {
7   geoip => {
8     maps => {
9       $include{config.d/tile.map}
10       $include{config.d/nominatim.map}
11     }
12     resources => {
13       $include{config.d/tile.resource}
14       $include{config.d/nominatim.resource}
15     }
16   },
17   weighted => {
18     $include{config.d/tile.weighted}
19     $include{config.d/nominatim.weighted}
20   }
21 }