From: Martin Zobel-Helas <zobel@debian.org>
Date: Mon, 18 Jan 2010 20:42:55 +0000 (+0100)
Subject: Revert "does that work?"
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b23ed8a4a750300f0003dd0ecf2358f08165ec73;p=dsa-puppet.git

Revert "does that work?"

This reverts commit b89cc486588ff70b6876f0ea06e72fd82bb510d8.
---

diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp
index 9b40cf96..c3b4a123 100644
--- a/modules/munin-node/manifests/init.pp
+++ b/modules/munin-node/manifests/init.pp
@@ -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"
    }
 }