From: Martin Zobel-Helas Date: Sun, 19 Jul 2009 11:14:03 +0000 (+0200) Subject: add zone video.debconf.debian.org to named.conf.geo X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ac6e19829928d83f23ff70908b678f924517fdd8;p=mirror%2Fdsa-puppet.git add zone video.debconf.debian.org to named.conf.geo --- diff --git a/modules/geodns/files/common/named.conf.geo b/modules/geodns/files/common/named.conf.geo index 733e06b8c..f42f35c16 100644 --- a/modules/geodns/files/common/named.conf.geo +++ b/modules/geodns/files/common/named.conf.geo @@ -22,6 +22,11 @@ view "AF" { file "/etc/bind/geodns/db.security.debian.org.AF"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org.AF"; + notify no; + }; }; view "AN" { @@ -48,6 +53,11 @@ view "AN" { file "/etc/bind/geodns/db.security.debian.org.AN"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org.AN"; + notify no; + }; }; view "AS" { @@ -74,6 +84,11 @@ view "AS" { file "/etc/bind/geodns/db.security.debian.org.AS"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org.AS"; + notify no; + }; }; view "EU" { @@ -100,6 +115,11 @@ view "EU" { file "/etc/bind/geodns/db.security.debian.org.EU"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org.EU"; + notify no; + }; }; view "NA" { @@ -126,6 +146,11 @@ view "NA" { file "/etc/bind/geodns/db.security.debian.org.NA"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org.NA"; + notify no; + }; }; view "OC" { @@ -152,6 +177,11 @@ view "OC" { file "/etc/bind/geodns/db.security.debian.org.OC"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org.OC"; + notify no; + }; }; view "SA" { @@ -178,6 +208,11 @@ view "SA" { file "/etc/bind/geodns/db.security.debian.org.SA"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org.SA"; + notify no; + }; }; view "default" { @@ -204,5 +239,10 @@ view "default" { file "/etc/bind/geodns/db.security.debian.org"; notify no; }; + zone "video.debconf.debian.org" { + type master; + file "/etc/bind/geodns/db.security.debian.org"; + notify no; + }; };