projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a5af8
)
add ip for mfl
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 11 Jul 2014 20:55:58 +0000
(22:55 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 11 Jul 2014 20:55:58 +0000
(22:55 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/templates/me.conf.erb
patch
|
blob
|
history
diff --git
a/modules/ferm/templates/me.conf.erb
b/modules/ferm/templates/me.conf.erb
index
d892a6c
..
d0a9aa5
100644
(file)
--- 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