stop including ferm for now
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
index 70e0865..13c0dc9 100644 (file)
@@ -2,9 +2,4 @@ class nagios {
        package {
                nagios-nrpe-server: ensure => installed;
        }
-       ferm::rule { "dsa-nagios":
-               description     => "Allow nrpe from spohr.debian.org",
-               rule            => 'proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT',
-               prio            => "03"
-       }
 }