From: Stephen Gran Date: Mon, 22 Feb 2010 08:48:15 +0000 (+0000) Subject: unrestrict geo2,3, take 2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4502d26636291d26e439b42efc277970c263b5b2;p=dsa-puppet.git unrestrict geo2,3, take 2 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 765363d1..3f53df7e 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', 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