From: Stephen Gran Date: Sun, 21 Mar 2010 09:35:23 +0000 (+0000) Subject: restrict schroeder ssh, now with syntax X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=60e46ef338ce65d648a574ffb7d0a852dca05aaf;p=dsa-puppet.git restrict schroeder ssh, now with syntax Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 0633e788..4efebbe8 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -7,7 +7,7 @@ out='' case hostname when 'schroeder' then - out = '@def $CARNET = ( 193.198.184.8/29 161.53.160.133 161.53.160.90 161.53.11.222 161.53.12.134 161.53.12.142 161.53.12.143 )' + out = '@def $CARNET = ( 193.198.184.8/29 161.53.160.133 161.53.160.90 161.53.11.222 161.53.12.134 161.53.12.142 161.53.12.143 );' end out %>