Move archvsync_base from FTP to debian_mirror
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp.pp
index 0ae4254..bdb9f4b 100644 (file)
@@ -1,13 +1,14 @@
 class roles::ftp {
+       # this is the FTP part of the roles::debian_mirror class
+
+       include ferm::ftp_conntrack
 
        $bind = $::hostname ? {
-               kassia  => '::ffff:130.89.149.226',
                klecker => '::ffff:130.89.148.12',
                default => '',
        }
 
        $bind6 = $::hostname ? {
-               kassia  => '2001:610:1908:a000::149:226',
                klecker => '2001:610:1908:b000::148:12',
                default => '',
        }