From: Stephen Gran Date: Mon, 22 Feb 2010 01:32:21 +0000 (+0000) Subject: spot the typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=89a9f95e4afa7a9cb730db58868c02f1c0ba471a;p=dsa-puppet.git spot the typo Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 2a4a1e37..f8a57558 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -13,7 +13,7 @@ case hostname end if sshallowed.length == 0 - sshallowed = [ '0.0.0.0' ] + sshallowed = [ '0.0.0.0/0' ] end sshallowed.join(' ')