this should be under a role name
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp.pp
index 294cea3..41eecf0 100644 (file)
@@ -1,10 +1,14 @@
 class roles::ftp {
 
        $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 => '',
        }
 
@@ -14,7 +18,7 @@ class roles::ftp {
        }
 
        if $bind6 {
-               vsftpd::site { 'security-v6':
+               vsftpd::site { 'ftp-v6':
                        source => 'puppet:///modules/roles/security_mirror/vsftpd.conf',
                        bind   => $bind6,
                }