stop including ferm for now
[mirror/dsa-puppet.git] / modules / ssh / manifests / init.pp
index b3e32e3..9b25383 100644 (file)
@@ -37,11 +37,5 @@ class ssh {
             path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
             refreshonly => true,
         }
-        ferm::rule { "dsa-ssh":
-               description     => "Allow SSH",
-               rule            => "proto tcp dport ssh ACCEPT",
-               domain          => "(ip ip6)",
-               prio            => "01"
-        }
 
 }