From 1f8aabaac29905ff9ada274836ed482e8aa0c270 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 11 Jul 2014 22:55:58 +0200 Subject: [PATCH] add ip for mfl Signed-off-by: Martin Zobel-Helas --- modules/ferm/templates/me.conf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index d892a6c3d..d0a9aa5d2 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -44,6 +44,8 @@ if restrict_ssh.include?(hostname) then end if %w{adayevskaya}.include?(hostname) then + out << '@def $MFL_LOCAL = ( 130.83.226.60 );' # Michael Fladerer + ssh4allowed << '$MFL_LOCAL' ssh4allowed << %w{$HOST_DEBIAN_V4} ssh6allowed << %w{$HOST_DEBIAN_V6} end -- 2.20.1