Add acl for nagios so it doesn't complain constantly. We can come up
[mirror/dsa-puppet.git] / modules / geodns / files / common / named.conf.geo
1 //
2 // THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 //
5
6 view "Nagios" {
7         match-clients {
8                 Nagios;
9         };
10         recursion yes;
11         zone "security.debian.org" {
12                 type master;
13                 file "/etc/bind/db.security.debian.org.NA";
14                 notify no;
15         };
16         zone "security.geo.debian.org" {
17                 type master;
18                 file "/etc/bind/db.security.debian.org.NA";
19                 notify no;
20         };
21 };
22
23 view "Africa" {
24         match-clients {
25                 Africa;
26         };
27         recursion no;
28         zone "security.debian.org" {
29                 type master;
30                 file "/etc/bind/db.security.debian.org.AF";
31                 notify no;
32         };
33         zone "security.geo.debian.org" {
34                 type master;
35                 file "/etc/bind/db.security.debian.org.AF";
36                 notify no;
37         };
38 };
39
40 view "Asia" {
41         match-clients {
42                 Asia;
43         };
44         recursion no;
45         zone "security.debian.org" {
46                 type master;
47                 file "/etc/bind/db.security.debian.org.AS";
48                 notify no;
49         };
50         zone "security.geo.debian.org" {
51                 type master;
52                 file "/etc/bind/db.security.debian.org.AS";
53                 notify no;
54         };
55 };
56
57 view "Europe" {
58         match-clients { 
59                 Europe; 
60         };
61         recursion no;
62         zone "security.debian.org" {
63                 type master;
64                 file "/etc/bind/db.security.debian.org.EU";
65                 notify no;
66         };
67         zone "security.geo.debian.org" {
68                 type master;
69                 file "/etc/bind/db.security.debian.org.EU";
70                 notify no;
71         };
72 };
73
74 view "NorthAmerica" {
75         match-clients {
76                 NorthAmerica;
77         };
78         recursion no;
79         zone "security.debian.org" {
80                 type master;
81                 file "/etc/bind/db.security.debian.org.NA";
82                 notify no;
83         };
84         zone "security.geo.debian.org" {
85                 type master;
86                 file "/etc/bind/db.security.debian.org.NA";
87                 notify no;
88         };
89 };
90 view "SouthAmerica" {
91         match-clients {
92                 SouthAmerica;
93         };
94         recursion no;
95         zone "security.debian.org" {
96                 type master;
97                 file "/etc/bind/db.security.debian.org.SA";
98                 notify no;
99         };
100         zone "security.geo.debian.org" {
101                 type master;
102                 file "/etc/bind/db.security.debian.org.SA";
103                 notify no;
104         };
105 };
106 view "Oceania" {
107         match-clients {
108                 Oceania;
109         };
110         recursion no;
111         zone "security.debian.org" {
112                 type master;
113                 file "/etc/bind/db.security.debian.org.OC";
114                 notify no;
115         };
116         zone "security.geo.debian.org" {
117                 type master;
118                 file "/etc/bind/db.security.debian.org.OC";
119                 notify no;
120         };
121 };
122 view "Antarctica" {
123         match-clients {
124                 Antarctica;
125         };
126         recursion no;
127         zone "security.debian.org" {
128                 type master;
129                 file "/etc/bind/db.security.debian.org.AN";
130                 notify no;
131         };
132         zone "security.geo.debian.org" {
133                 type master;
134                 file "/etc/bind/db.security.debian.org.AN";
135                 notify no;
136         };
137 };
138 view "other" {
139         match-clients { any; };
140         recursion no;
141         zone "security.debian.org" {
142                 type master;
143                 file "/etc/bind/db.security.debian.org";
144                 notify no;
145         };
146         zone "security.geo.debian.org" {
147                 type master;
148                 file "/etc/bind/db.security.debian.org";
149                 notify no;
150         };
151 };