From: Stephen Gran Date: Sat, 20 Feb 2010 21:26:52 +0000 (+0000) Subject: put my home subnets in, instead of single ips X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e44ff243547aa2036db0cc1af549f4b9523e6b4;p=dsa-puppet.git put my home subnets in, instead of single ips Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/files/defs.conf b/modules/ferm/files/defs.conf index 199034c1..b5d019da 100644 --- a/modules/ferm/files/defs.conf +++ b/modules/ferm/files/defs.conf @@ -21,13 +21,13 @@ @def $HOST_MUNIN = (192.25.206.57 192.25.206.33); @def $HOST_NAGIOS = (192.25.206.57 192.25.206.33); -@def $sgran = (91.103.132.25); +@def $sgran = (91.103.132.24/29); @def $weasel = (); @def $zobel = (); @def $luca = (); @def $DSA_IPS = ($sgran $weasel $zobel $luca); -@def $sgran6 = (2001:4b10:100b::dead:f00d); +@def $sgran6 = (2001:4b10:100b::/48); @def $weasel6 = (); @def $zobel6 = (); @def $luca6 = ();