From: Micah Anderson Date: Mon, 20 Dec 2010 19:18:30 +0000 (-0500) Subject: fix debian squeeze sshd_config template to add a missing newline X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2188f46db75d74d00ac4a2cb3cdaa34f98d1148d;p=puppet-sshd.git fix debian squeeze sshd_config template to add a missing newline --- diff --git a/templates/sshd_config/Debian_squeeze.erb b/templates/sshd_config/Debian_squeeze.erb index cfdd291..56b1cab 100644 --- a/templates/sshd_config/Debian_squeeze.erb +++ b/templates/sshd_config/Debian_squeeze.erb @@ -16,7 +16,7 @@ Port <%= sshd_port -%> <% end -%> <%- else -%> Port 22 -<%- end -%> +<%- end %> # Use these options to restrict which interfaces/protocols sshd will bind to <% for address in sshd_listen_address -%> ListenAddress <%= address %>