add v4 and v6 any rules
[mirror/dsa-puppet.git] / modules / nagios / manifests / client.pp
index edfbbfa..7fcbb03 100644 (file)
@@ -46,6 +46,7 @@ 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; }"
         }