From: Stephen Gran Date: Mon, 22 Feb 2010 08:49:24 +0000 (+0000) Subject: Revert "unrestrict geo2,3, take 2" X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e5e57a8c8664ab60e534eb954c88859717e64c21;hp=4502d26636291d26e439b42efc277970c263b5b2;p=mirror%2Fdsa-puppet.git Revert "unrestrict geo2,3, take 2" This reverts commit 4502d26636291d26e439b42efc277970c263b5b2. --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 3f53df7ec..765363d15 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