From: Martin Zobel-Helas Date: Fri, 11 Jul 2014 20:55:58 +0000 (+0200) Subject: add ip for mfl X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1f8aabaac29905ff9ada274836ed482e8aa0c270;p=mirror%2Fdsa-puppet.git add ip for mfl Signed-off-by: Martin Zobel-Helas --- 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