X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fftp.pp;h=cede5429b9a3457b3bb3062601d8881ba818c0d7;hb=9b17251659b22a13b308212ee02303ed208b3464;hp=9c6e802d3c6a4c1fa3f4f437f823deccaa41417a;hpb=08d03e5feeda48ea91899723368e88e24a9b4708;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/ftp.pp b/modules/roles/manifests/ftp.pp index 9c6e802d3..cede5429b 100644 --- a/modules/roles/manifests/ftp.pp +++ b/modules/roles/manifests/ftp.pp @@ -2,11 +2,11 @@ class roles::ftp { # this is the FTP part of the roles::debian_mirror class $binds = $::hostname ? { - klecker => [ '130.89.148.12', '[2001:610:1908:b000::148:12]' ], + klecker => [ '130.89.148.12', '[2001:610:1908:b000::148:12]', '[2001:67c:2564:a119::148:12]' ], default => [ '[::]' ], } - vsftpd::site_systemd { 'ftp': + vsftpd::site { 'ftp': banner => 'ftp.debian.org FTP server', logfile => '/var/log/ftp/vsftpd-ftp.debian.org.log', binds => $binds,