]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 0849cc1bd235e6ca98075e7e7dc63ca28444fc43..93a4af709be8498b31bc73f910f461077ff952ef 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 053c6dc6b83a03ec7a8a9eaf08fa65f736930470..edfbbfadcca6f59130226dde304779fcf2a6d581 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; }"
         }