- mirror-umn.debian.org
- lobos.debian.org
- villa.debian.org
- security_mirror_no_ftp:
- # hosts that are not part of security.debian.org but
- # only participiate in the anycast do not need ftp
- - mirror-accumu.debian.org
- - mirror-skroutz.debian.org
- - mirror-bytemark.debian.org
security_tracker:
- soriano.debian.org
security_upload:
content => template('roles/security_mirror/security.debian.org.erb')
}
- if has_role('security_mirror_no_ftp') {
- vsftpd::site { 'security':
- ensure => absent,
- root => '/nonexistent',
- }
- } else {
- vsftpd::site { 'security':
- banner => 'security.debian.org FTP server (vsftpd)',
- logfile => '/var/log/ftp/vsftpd-security.debian.org.log',
- max_clients => 200,
- root => '/srv/ftp.root/',
- binds => $binds,
- }
+ vsftpd::site { 'security':
+ ensure => absent,
+ root => '/nonexistent',
}
rsync::site { 'security':