X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fftp.pp;h=95fd87d6dd746aeb8ca833fe759c61f77aa8c932;hb=bf57a60cad095f45ba541d17048d242f96162289;hp=0ae4254e569390e21cbb326151ab1380acc56e38;hpb=6a02cbaab2c9399fb86b883037fad6e894b2d790;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/ftp.pp b/modules/roles/manifests/ftp.pp index 0ae4254e5..95fd87d6d 100644 --- a/modules/roles/manifests/ftp.pp +++ b/modules/roles/manifests/ftp.pp @@ -1,13 +1,13 @@ class roles::ftp { + 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 => '', }