aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-21 11:04:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-21 11:04:02 -0300
commitb3ccb962409644debcbbde61dc9f8a1702ef1857 (patch)
tree5544222006a2547b8b2f0770e50497c13b79b322 /manifests/nodo.pp
parent38fb3669d0ecbfcd8438d2781869dc06a71a4541 (diff)
downloadpuppet-nodo-b3ccb962409644debcbbde61dc9f8a1702ef1857.tar.gz
puppet-nodo-b3ccb962409644debcbbde61dc9f8a1702ef1857.tar.bz2
Setting $sshd_print_motd = "yes"
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp1
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",