From b23ed8a4a750300f0003dd0ecf2358f08165ec73 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 18 Jan 2010 21:42:55 +0100 Subject: [PATCH] Revert "does that work?" This reverts commit b89cc486588ff70b6876f0ea06e72fd82bb510d8. --- modules/munin-node/manifests/init.pp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index 9b40cf965..c3b4a1236 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" } } -- 2.20.1