aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-31 19:49:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-31 19:49:16 -0300
commit29e15a36925cea6a54fd55927f96a665e8e3ad95 (patch)
tree52d50c79ef12b27b99f40ebaabfb2c8d1d508845
parent8a13cb580a35b242fad5f999c0502ebb6c1d3687 (diff)
downloadpuppet-bootstrap-29e15a36925cea6a54fd55927f96a665e8e3ad95.tar.gz
puppet-bootstrap-29e15a36925cea6a54fd55927f96a665e8e3ad95.tar.bz2
Set sshd::print_motd to yes
-rw-r--r--config/common.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common.yaml b/config/common.yaml
index 29fb400..c1a532c 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 : 'no'
+sshd::print_motd : 'yes'
sshd::ports : [ 22 ]
sshd::use_pam : 'no'