]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
spot the bug
authorStephen Gran <steve@lobefin.net>
Mon, 5 Apr 2010 16:41:10 +0000 (17:41 +0100)
committerStephen 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

index 716233a8a9c967596ac057245d3a57295c856627..19a1f82944fc610bb080eeb89de4da6c90b29e9e 100644 (file)
@@ -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(' ')});"