From: Stephen Gran Date: Mon, 22 Feb 2010 08:47:41 +0000 (+0000) Subject: unrestrict geo2,3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9dc4b5046bff9c6356ebe06fa3785b0cfceb2688;p=dsa-puppet.git unrestrict geo2,3 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index f8a57558..765363d1 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -9,7 +9,7 @@ sshallowed = [] case hostname - when 'logtest01', 'geo1', 'geo2', 'geo3' then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS_V4', '$HOST_DB_V4' ] + when 'logtest01', 'geo1', then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS_V4', '$HOST_DB_V4' ] end if sshallowed.length == 0