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:
9c9eff8
)
spot the bug
author
Stephen Gran
<steve@lobefin.net>
Mon, 5 Apr 2010 16:41:10 +0000
(17:41 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 5 Apr 2010 16:41:10 +0000
(17:41 +0100)
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
716233a
..
19a1f82
100644
(file)
--- a/
modules/ferm/templates/me.conf.erb
+++ b/
modules/ferm/templates/me.conf.erb
@@
-25,7
+25,7
@@
if %w{bartok beethoven}.include?(hostname) then
ssh6allowed << '$HOST_DEBIAN_V6'
end
ssh4allowed.length == 0 and ssh4allowed << '0.0.0.0/0'
-ssh6allowed.length == 0 and ssh6allowed << '::'
+ssh6allowed.length == 0 and ssh6allowed << '::
/0
'
out << "@def $SSH_SOURCES = (#{ssh4allowed.join(' ')});"
out << "@def $SSH_V6_SOURCES = (#{ssh6allowed.join(' ')});"