[debian]
path = /srv/mirrors/debian/
- comment = Full Debian FTP Archive (~800 GB; contact mirrors@debian.org for access)
+ comment = Full Debian FTP Archive (~1.5 TB as of 2015; contact mirrors@debian.org for access)
auth users = *
read only = true
secrets file = /etc/rsyncd/debian.secrets
[debian-debug]
path = /srv/mirrors/debian-debug/
- comment = Debug packages. Probably large. Starting mid 2015.
+ comment = Debug packages. Probably large. Starting end of 2015.
auth users = *
read only = true
- secrets file = /etc/rsyncd/ftp.secrets
+ secrets file = /etc/rsyncd/debian.secrets
list = no
[debian-security]
path = /srv/mirrors/debian-security/
- comment = Debian security archive (~40 GB; contact mirrors@debian.org for access)
+ comment = Debian security archive (~100 GB; contact mirrors@debian.org for access)
auth users = *
read only = true
secrets file = /etc/rsyncd/debian.secrets
source => 'puppet:///modules/roles/syncproxy/rsyncd.conf',
bind => $::hostname ? {
'milanollo' => '5.153.231.9',
+ 'mirror-isc' => '149.20.20.21',
default => ''
},
bind6 => $::hostname ? {
'milanollo' => '2001:41c8:1000:21::21:9',
+ 'mirror-isc' => '2001:4f8:8:36::1deb:21',
default => ''
},
}