dammit. ferm is smarter than me
authorStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 22:17:32 +0000 (22:17 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 22:17:32 +0000 (22:17 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp
modules/nagios/manifests/client.pp

index 0849cc1..93a4af7 100644 (file)
@@ -76,7 +76,6 @@ class munin-node {
         refreshonly => true,
     }
     ferm::rule { "dsa-munin":
-            domain          => "(ip ip6)",
             description     => "Allow munin from munin master",
             rule            => "proto tcp mod state state (NEW) dport (munin) @subchain 'munin' { saddr (\$HOST_MUNIN) ACCEPT; }"
     }
index 053c6dc..edfbbfa 100644 (file)
@@ -46,7 +46,6 @@ class nagios::client inherits nagios {
                refreshonly => true,
        }
         ferm::rule { "dsa-nagios":
-                domain          => "(ip ip6)",
                 description     => "Allow nrpe from nagios master",
                 rule            => "proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS) ACCEPT; }"
         }