]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
restrict schroeder ssh, now with syntax
authorStephen Gran <steve@lobefin.net>
Sun, 21 Mar 2010 09:35:23 +0000 (09:35 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 21 Mar 2010 09:35:23 +0000 (09:35 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/templates/me.conf.erb

index 0633e788582edb2ad276c3f4ebb25c6d9d0cd378..4efebbe84022a9d1ae8acaa622bd859d36b8fae7 100644 (file)
@@ -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
 %>