diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-21 11:01:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-21 11:01:33 -0300 |
commit | 0e9e1b6f2c5dca80c946f7944d47f1d28ba76920 (patch) | |
tree | b64edafd614991b54f5f8be4598702182220b991 /templates/sshd_config/Debian_sid.erb | |
parent | 89aeace9b6367f144165334bbfbbdf7bd1da8359 (diff) | |
download | puppet-sshd-0e9e1b6f2c5dca80c946f7944d47f1d28ba76920.tar.gz puppet-sshd-0e9e1b6f2c5dca80c946f7944d47f1d28ba76920.tar.bz2 |
Adding PrintMotd parameter to all templates and setting per-distro default value
Diffstat (limited to 'templates/sshd_config/Debian_sid.erb')
-rw-r--r-- | templates/sshd_config/Debian_sid.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Debian_sid.erb b/templates/sshd_config/Debian_sid.erb index 0213342..b211708 100644 --- a/templates/sshd_config/Debian_sid.erb +++ b/templates/sshd_config/Debian_sid.erb @@ -145,7 +145,7 @@ X11Forwarding yes X11Forwarding no <%- end -%> X11DisplayOffset 10 -PrintMotd no +PrintMotd <%= sshd_print_motd %> PrintLastLog yes TCPKeepAlive yes |