From: Silvio Rhatto Date: Thu, 21 Jul 2011 14:04:02 +0000 (-0300) Subject: Setting $sshd_print_motd = "yes" X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b3ccb962409644debcbbde61dc9f8a1702ef1857;p=puppet-nodo.git Setting $sshd_print_motd = "yes" --- diff --git a/manifests/nodo.pp b/manifests/nodo.pp index fbe6ca0..0679528 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -43,6 +43,7 @@ class nodo { $sshd_shared_ip = "yes" $sshd_tcp_forwarding = "yes" $sshd_hardened_ssl = "yes" + $sshd_print_motd = "yes" file { "/etc/hostname": owner => "root",