spot the typo
[mirror/dsa-puppet.git] / modules / ferm / templates / me.conf.erb
index 2a4a1e3..f8a5755 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(' ')