]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
oops
authorStephen Gran <steve@lobefin.net>
Thu, 23 Sep 2010 19:58:38 +0000 (20:58 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 23 Sep 2010 19:58:38 +0000 (20:58 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/templates/me.conf.erb

index a817428fdcffb325e023a5659fc8814fa7bb69f2..b88d974ae9f8bc17bdf47b934dda80cd0f81d507 100644 (file)
@@ -49,7 +49,7 @@ if not nodeinfo['smarthost'].empty?
 end
 
 smtp4allowed.length == 0 and smtp4allowed << '0.0.0.0/0'
-smtp6allowed.length == 0 and smtp6allowed << '::'
+smtp6allowed.length == 0 and smtp6allowed << '::/0'
 
 out << "@def $SMTP_SOURCES    = (#{smtp4allowed.join(' ')});"
 out << "@def $SMTP_V6_SOURCES = (#{smtp6allowed.join(' ')});"