]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Setting $sshd_print_motd = "yes"
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jul 2011 14:04:02 +0000 (11:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jul 2011 14:04:02 +0000 (11:04 -0300)
manifests/nodo.pp

index fbe6ca046e27ade5fc249ab776736ebe0e06ca85..0679528835a9b536ffd2635ee9649a804af226ef 100644 (file)
@@ -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",