another file that gets autoupdated
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
index 70e0865..4975a41 100644 (file)
@@ -2,9 +2,7 @@ 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"
-       }
 }
+# vim:set et:
+# vim:set sts=4 ts=4:
+# vim:set shiftwidth=4: