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:
17f3d6c
)
adayevskaya can ssh into denis
author
Peter Palfrader
<peter@palfrader.org>
Mon, 30 Dec 2013 22:43:39 +0000
(23:43 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 30 Dec 2013 22:43:48 +0000
(23:43 +0100)
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
4d1a788
..
f3866c2
100644
(file)
--- a/
modules/ferm/templates/me.conf.erb
+++ b/
modules/ferm/templates/me.conf.erb
@@
-40,6
+40,10
@@
if restrict_ssh.include?(hostname) then
ssh4allowed << %w{$HOST_DEBIAN_V4}
ssh6allowed << %w{$HOST_DEBIAN_V6}
end
+ if %w{denis}.include?(hostname) then
+ ssh4allowed << "5.153.231.5" # adayevskaya
+ ssh6allowed << "2001:41c8:1000:21::21:5" # adayevskaya
+ end
if nodeinfo['static_master'] then
ssh4allowed << '$HOST_STATIC_V4'