]> git.openstreetmap.org Git - chef.git/blob - cookbooks/geodns/templates/default/config.erb
Merge remote-tracking branch 'tigerfell/pr257'
[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/nominatim.map}
10     }
11     resources => {
12       $include{config.d/nominatim.resource}
13     }
14   },
15   weighted => {
16     $include{config.d/nominatim.weighted}
17   }
18 }