]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
spot the typo
authorStephen Gran <steve@lobefin.net>
Mon, 22 Feb 2010 01:32:21 +0000 (01:32 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 22 Feb 2010 01:32:21 +0000 (01:32 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/templates/me.conf.erb

index 2a4a1e379848a66bd5bbaf39792afed89ac45e77..f8a5755825b3a900bc89fcc21348840f58d45f8a 100644 (file)
@@ -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(' ')