aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-02 12:03:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-02 12:03:21 -0300
commit59b7f114e4db75aa3d134b8d2d8a3a36271f37d7 (patch)
treefaee925240714b633218448633c841f0de89dbe1
parent29e15a36925cea6a54fd55927f96a665e8e3ad95 (diff)
downloadpuppet-bootstrap-59b7f114e4db75aa3d134b8d2d8a3a36271f37d7.tar.gz
puppet-bootstrap-59b7f114e4db75aa3d134b8d2d8a3a36271f37d7.tar.bz2
Rollback sshd::print_motd
-rw-r--r--config/common.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common.yaml b/config/common.yaml
index c1a532c..29fb400 100644
--- a/config/common.yaml
+++ b/config/common.yaml
@@ -55,7 +55,7 @@ sshd::shared_ip : 'yes'
sshd::tcp_forwarding : 'yes'
sshd::x11_forwarding : 'no'
sshd::hardened : 'yes'
-sshd::print_motd : 'yes'
+sshd::print_motd : 'no'
sshd::ports : [ 22 ]
sshd::use_pam : 'no'