From: Martin Zobel-Helas <zobel@debian.org>
Date: Mon, 18 Jan 2010 20:23:30 +0000 (+0100)
Subject: we lost two lines
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=618c807fb5ed28830a63ebf113170b461c6aa026;p=dsa-puppet.git

we lost two lines
---

diff --git a/modules/ferm/files/defs.conf b/modules/ferm/files/defs.conf
index 0ca05050..36cd5d4c 100644
--- a/modules/ferm/files/defs.conf
+++ b/modules/ferm/files/defs.conf
@@ -17,3 +17,6 @@
 @def &V6_SERVICE_RANGE($proto, $port, $srange) = {
 	domain ip6 chain INPUT proto $proto dport $port saddr $srange ACCEPT;
 }
+
+@def $HOST_MUNIN  = (192.25.206.57 192.25.206.33);
+@def $HOST_NAGIOS = (192.25.206.57 192.25.206.33);