They do not serve FTP anymore so the archive can be located directly
in /srv/mirrors/debian-security like for other archive.
Do not create the /srv/mirrors/debian-security, as it might still be a
symlink, and ftpsync will create it. This actually matches what is done
for the other archive.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
default => [ '[::]' ],
}
- file { '/srv/mirrors/debian-security':
- ensure => link,
- target => '../ftp.root/debian-security',
- }
- file { '/srv/ftp.root':
- ensure => directory,
- }
- file { '/srv/ftp.root/.nobackup':
- ensure => present,
- content => '',
- }
- file { '/srv/ftp.root/debian-security':
- ensure => directory,
- owner => 1176, # archvsync
- group => 1176, # archvsync
- mode => '0755',
- }
-
include apache2::expires
include apache2::rewrite