ferm::ftp_conntrack: remove jessie support
[mirror/dsa-puppet.git] / modules / ferm / manifests / ftp_conntrack.pp
index 868110b..d64d409 100644 (file)
@@ -1,7 +1,6 @@
 class ferm::ftp_conntrack {
-
        # Allow non-passive connections to an FTP server
-       @ferm::rule { 'dsa-ftp-conntrack-client':
+       ferm::rule { 'dsa-ftp-conntrack-client':
                domain      => '(ip ip6)',
                description => 'ftp client connection tracking',
                table       => 'raw',
@@ -10,7 +9,7 @@ class ferm::ftp_conntrack {
        }
 
        # Allow passive connections from an FTP client
-       @ferm::rule { 'dsa-ftp-conntrack-server':
+       ferm::rule { 'dsa-ftp-conntrack-server':
                domain      => '(ip ip6)',
                description => 'ftp server connection tracking',
                table       => 'raw',