From: Peter Palfrader Date: Sun, 2 Jun 2013 17:06:59 +0000 (+0200) Subject: Allow munin host to ssh to places X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=59d1fa347241c43b03a36a93d208814540f30bd4;p=mirror%2Fdsa-puppet.git Allow munin host to ssh to places --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index a6aebec5a..7f2a75c93 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 );'