]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fix debian squeeze sshd_config template to add a missing newline
authorMicah Anderson <micah@riseup.net>
Mon, 20 Dec 2010 19:18:30 +0000 (14:18 -0500)
committerMicah Anderson <micah@riseup.net>
Mon, 20 Dec 2010 19:18:30 +0000 (14:18 -0500)
templates/sshd_config/Debian_squeeze.erb

index cfdd29157123e7048f4912392bf6a1a54c01b7db..56b1cab3792a49c68d00e0d2ab7994717ae696ce 100644 (file)
@@ -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 %>