allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.AF";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.AF";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.AN";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.AN";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.AS";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.AS";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.EU";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.EU";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.NA";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.NA";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.OC";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.OC";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.SA";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.SA";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org.undef";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org.undef";
allow-transfer { };
};
- zone "ftp-upcoming.debian.org" {
- type master;
- file "/etc/bind/geodns/zonefiles/db.ftp-upcoming.debian.org";
- notify no;
- allow-query { any; };
- allow-transfer { };
- };
-
zone "ftp.debian.org" {
type master;
file "/etc/bind/geodns/zonefiles/db.ftp.debian.org";
+++ /dev/null
-##
-## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-
-<VirtualHost *:80>
- ServerAdmin ftpmaster@debian.org
- DocumentRoot /srv/mirrors/buildd-all
- ServerName ftp-upcoming.debian.org
-
- ErrorLog /var/log/apache2/ftp-upcoming.debian.org-error.log
- LogLevel warn
- CustomLog /var/log/apache2/ftp-upcoming.debian.org-access.log privacy
-
- IndexOptions FancyIndexing NameWidth=*
-</VirtualHost>
+++ /dev/null
-class roles::ftp-upcoming_mirror {
-
- apache2::site { '010-ftp-upcoming.debian.org':
- site => 'ftp-upcoming.debian.org',
- source => 'puppet:///modules/roles/ftp-upcoming_mirror/ftp-upcoming.debian.org',
- }
-}