aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-29 16:15:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-29 16:15:28 -0300
commita0fa9a5bba9934825a7f01fc2ba33131694727a6 (patch)
treec26ca9bba403d8e35f7cbbf19a27dfe36baee773 /manifests/nodo.pp
parent76a74f3423f831469b16b928685dafe80732c262 (diff)
downloadpuppet-nodo-a0fa9a5bba9934825a7f01fc2ba33131694727a6.tar.gz
puppet-nodo-a0fa9a5bba9934825a7f01fc2ba33131694727a6.tar.bz2
Setting sshd_tcp_forwarding
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 a367765..ae49ad4 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -51,6 +51,7 @@ class nodo {
# Default SSH configuration
$sshd_password_authentication = "yes"
$sshd_shared_ip = "yes"
+ $sshd_tcp_forwarding = "yes"
file { "/etc/hostname":
owner => "root",