From b3ccb962409644debcbbde61dc9f8a1702ef1857 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Jul 2011 11:04:02 -0300 Subject: Setting $sshd_print_motd = "yes" --- manifests/nodo.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/nodo.pp') 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", -- cgit v1.2.3