From: Stephen Gran Date: Mon, 5 Apr 2010 16:41:10 +0000 (+0100) Subject: spot the bug X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6108b27c48cff53f3bc4ed945b1249406da9b89;p=dsa-puppet.git spot the bug Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 716233a8..19a1f829 100644 --- 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(' ')});"