From: Stephen Gran Date: Mon, 22 Feb 2010 08:49:32 +0000 (+0000) Subject: Revert "unrestrict geo2,3" X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44d24f797fdc5dd3ddd41223cda290a72c074358;p=dsa-puppet.git Revert "unrestrict geo2,3" This reverts commit 9dc4b5046bff9c6356ebe06fa3785b0cfceb2688. --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 765363d1..f8a57558 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', 'geo2', 'geo3' then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS_V4', '$HOST_DB_V4' ] end if sshallowed.length == 0