From: Stephen Gran Date: Sun, 21 Feb 2010 15:36:12 +0000 (+0000) Subject: nagios is also allowed to connect to ssh X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=85f3b078006d193a473c62f2b29e6b510eab8eed;p=mirror%2Fdsa-puppet.git nagios is also allowed to connect to ssh Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 5a1390745..2d05f5e2f 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -9,7 +9,7 @@ sshallowed = [] case hostname - when 'logtest01' then sshallowed << [ '$DSA_IPS' ] + when 'logtest01' then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS' ] end if sshallowed.length == 0