diff options
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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", |