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