X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin-node%2Fmanifests%2Finit.pp;h=c3b4a1236a3a4cb6890881be1984daec0216b5d8;hb=af15aa804d934145160f1860fe7a5df49d7c133a;hp=29bef07fef85f8b3fae7be4f6dcf80cc72a70ca4;hpb=d786f4ec40f28a617b962f753c1350e924f91f52;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index 29bef07fe..c3b4a1236 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -75,5 +75,10 @@ class munin-node { path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin", refreshonly => true, } + ferm::rule { "dsa-munin": + description => "Allow munin-node from spohr.debian.org", + rule => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT", + prio => "02" + } }