ObPuppetHeaders
[mirror/dsa-puppet.git] / modules / geodns / files / common / named.conf.geo
index bc088a3..8c21bb6 100644 (file)
@@ -3,11 +3,10 @@
 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 //
 
-view 'Africa' {
+view "Africa" {
        match-clients {
                Africa;
         };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org.AF";
@@ -20,11 +19,10 @@ view 'Africa' {
         };
 };
 
-view 'Asia' {
+view "Asia" {
        match-clients {
                Asia;
         };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org.AS";
@@ -37,11 +35,10 @@ view 'Asia' {
         };
 };
 
-view 'Europe' {
+view "Europe" {
        match-clients { 
                Europe; 
        };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org.EU";
@@ -54,11 +51,10 @@ view 'Europe' {
         };
 };
 
-view 'NorthAmerica' {
+view "NorthAmerica" {
        match-clients {
                NorthAmerica;
         };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org.NA";
@@ -70,11 +66,10 @@ view 'NorthAmerica' {
                notify no;
         };
 };
-view 'SouthAmerica' {
+view "SouthAmerica" {
        match-clients {
                SouthAmerica;
         };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org.SA";
@@ -86,11 +81,10 @@ view 'SouthAmerica' {
                notify no;
         };
 };
-view 'Oceania' {
+view "Oceania" {
        match-clients {
                Oceania;
         };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org.OC";
@@ -102,11 +96,10 @@ view 'Oceania' {
                notify no;
         };
 };
-view 'Antarctica' {
+view "Antarctica" {
        match-clients {
                Antarctica;
         };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org.AN";
@@ -120,7 +113,6 @@ view 'Antarctica' {
 };
 view "other" {
         match-clients { any; };
-        recursion no;
         zone "security.debian.org" {
                 type master;
                 file "/etc/bind/db.security.debian.org";