Fix typo
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index 59f5fc6..58f783f 100644 (file)
@@ -5,7 +5,7 @@
 
 Port 22
 <% @extraports.each do |port| -%>
-ListenAddress <%= $port %>
+ListenAddress <%= port %>
 <% end -%>
 # Use these options to restrict which interfaces/protocols sshd will bind to
 Protocol 2