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:
7755193
)
try it with several ips
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 20:00:43 +0000
(20:00 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 20:00:43 +0000
(20:00 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
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
5dfaca3
..
a7729e9
100644
(file)
--- a/
modules/ferm/templates/me.conf.erb
+++ b/
modules/ferm/templates/me.conf.erb
@@
-7,7
+7,7
@@
@def $SSH_SOURCES = (<%=
sshallowed = []
case hostname
- when 'logtest01' then sshallowed <<
'0.0.0.0/0'
+ when 'logtest01' then sshallowed <<
[ '91.103.132.25', '91.103.132.49' ]
end
sshallowed.join(' ')
%>);