X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin-node%2Fmanifests%2Finit.pp;h=c3b4a1236a3a4cb6890881be1984daec0216b5d8;hb=b23ed8a4a750300f0003dd0ecf2358f08165ec73;hp=9b40cf965cf648320682e9a6cd0af85f377d3e74;hpb=b89cc486588ff70b6876f0ea06e72fd82bb510d8;p=mirror%2Fdsa-puppet.git 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" } }