aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 11:32:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-25 11:32:26 -0200
commit56521d2de636f5869de3fd47587faeacc27017ec (patch)
tree14af7b1ac155875242d725eb5863ae04814525ab /manifests/nodo.pp
parentea24ef0ab5f15019bf12f4757be35f2f21640fa8 (diff)
downloadpuppet-nodo-56521d2de636f5869de3fd47587faeacc27017ec.tar.gz
puppet-nodo-56521d2de636f5869de3fd47587faeacc27017ec.tar.bz2
Setting nodo::sshd_print_motd as false by default
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index edce74c..ba27640 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -5,13 +5,14 @@ class nodo {
include motd
include utils
include cron
- include hosts
include locales
include tunnel
include profile
include domain
include concat::setup
+ class { 'hosts': }
+
if !defined('puppetd') {
class { 'puppetd': }
}
@@ -101,7 +102,7 @@ class nodo {
shared_ip => hiera('nodo::sshd_shared_ip', 'yes'),
tcp_forwarding => hiera('nodo::sshd_tcp_forwarding', 'yes'),
hardened_ssl => hiera('nodo::sshd_hardened_ssl', 'yes'),
- print_motd => hiera('nodo::sshd_print_motd', 'yes'),
+ print_motd => hiera('nodo::sshd_print_motd', 'no'),
ports => hiera('nodo::sshd_ports', [ 22 ]),
use_pam => hiera('nodo::sshd_use_pam', 'no'),
}