diff options
author | Micah Anderson <micah@riseup.net> | 2010-12-20 14:18:30 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-12-20 14:18:30 -0500 |
commit | 2188f46db75d74d00ac4a2cb3cdaa34f98d1148d (patch) | |
tree | 1954af25d85d73e294deb1c85034fde4131956a6 /templates/sshd_config | |
parent | 0ec0562257a0a0bde04c149f323c47632071005c (diff) | |
download | puppet-sshd-2188f46db75d74d00ac4a2cb3cdaa34f98d1148d.tar.gz puppet-sshd-2188f46db75d74d00ac4a2cb3cdaa34f98d1148d.tar.bz2 |
fix debian squeeze sshd_config template to add a missing newline
Diffstat (limited to 'templates/sshd_config')
-rw-r--r-- | templates/sshd_config/Debian_squeeze.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> |