]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin-node/manifests/init.pp
this should virtually work
[dsa-puppet.git] / modules / munin-node / manifests / init.pp
index 0849cc1bd235e6ca98075e7e7dc63ca28444fc43..5ddbf6eb3d86c1150cf5f08719be8bf94c14effe 100644 (file)
@@ -75,8 +75,7 @@ class munin-node {
         path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
         refreshonly => true,
     }
-    ferm::rule { "dsa-munin":
-            domain          => "(ip ip6)",
+    @ferm::rule { "dsa-munin":
             description     => "Allow munin from munin master",
             rule            => "proto tcp mod state state (NEW) dport (munin) @subchain 'munin' { saddr (\$HOST_MUNIN) ACCEPT; }"
     }