X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fmunin-node%2Fmanifests%2Finit.pp;h=79eaa6265363b7799aebff7ed969ffa04088ca1b;hb=974e6b6f6420439a2c110a6af801a16181e10dea;hp=c3b4a1236a3a4cb6890881be1984daec0216b5d8;hpb=b23ed8a4a750300f0003dd0ecf2358f08165ec73;p=dsa-puppet.git diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index c3b4a123..79eaa626 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -77,7 +77,7 @@ class munin-node { } ferm::rule { "dsa-munin": description => "Allow munin-node from spohr.debian.org", - rule => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT", + rule => 'proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT', prio => "02" } }