Revert "does that work?"
[mirror/dsa-puppet.git] / modules / munin-node / manifests / init.pp
index 9b40cf9..c3b4a12 100644 (file)
@@ -75,14 +75,10 @@ class munin-node {
         path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
         refreshonly => true,
     }
-    case $ferm {
-       "true": {
-           ferm::rule { "dsa-munin":
-               description     => "Allow munin-node from spohr.debian.org",
-               rule            => 'proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT',
-               prio            => "02"
-          }
-       }
+    ferm::rule { "dsa-munin":
+        description     => "Allow munin-node from spohr.debian.org",
+        rule            => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT",
+       prio            => "02"
    }
 }