diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-27 14:01:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-27 14:01:55 -0200 |
commit | bbc03d2c1069d42ea96101c54186e034b3a06f9b (patch) | |
tree | fee67845af82dae744d3526c404b1aa6f5fd5fac /manifests | |
parent | ea1a34bd79bbd3e7842c2ea9e66fbd86d43016b4 (diff) | |
download | puppet-sshd-bbc03d2c1069d42ea96101c54186e034b3a06f9b.tar.gz puppet-sshd-bbc03d2c1069d42ea96101c54186e034b3a06f9b.tar.bz2 |
PrintMotd using default OpenSSH setting
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ead475d..ba48b8c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -211,6 +211,9 @@ class sshd { case $sshd_ensure_version { '': { $sshd_ensure_version = "present" } } + case $sshd_print_motd { + '': { $sshd_print_motd = "yes" } + } include sshd::client |