]> git.openstreetmap.org Git - chef.git/blob - cookbooks/geodns/templates/default/config.erb
Configure weighted plugin for gdnsd
[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     }
10     resources => {
11       $include{config.d/tile.resource}
12     }
13   },
14   weighted => {
15     $include{config.d/tile.weighted}
16   }
17 }