From 59d1fa347241c43b03a36a93d208814540f30bd4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 2 Jun 2013 19:06:59 +0200 Subject: [PATCH] Allow munin host to ssh to places --- modules/ferm/templates/me.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index a6aebec5..7f2a75c9 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -21,8 +21,8 @@ ssh4allowed = [] ssh6allowed = [] if restrict_ssh.include?(hostname) then - ssh4allowed << %w{$DSA_IPS $HOST_NAGIOS_V4 $HOST_DB_V4} - ssh6allowed << %w{$DSA_V6_IPS $HOST_NAGIOS_V6 $HOST_DB_V6} + ssh4allowed << %w{$DSA_IPS $HOST_NAGIOS_V4 $HOST_MUNIN_V4 $HOST_DB_V4} + ssh6allowed << %w{$DSA_V6_IPS $HOST_NAGIOS_V6 $HOST_MUNIN_V6 $HOST_DB_V6} end if %w{lebrun schroeder}.include?(hostname) then out << '@def $CARNET = ( 193.198.184.8/29 161.53.160.133 161.53.160.90 161.53.11.222 161.53.12.134 161.53.12.142 161.53.12.143 );' -- 2.39.2