]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Setting sshd_tcp_forwarding
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 19:15:28 +0000 (16:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 19:15:28 +0000 (16:15 -0300)
manifests/nodo.pp

index a36776517148ffd3e7d1b137df6d53d9671c6916..ae49ad4fb40a89dca25b41fcd1d851d3c2d1a620 100644 (file)
@@ -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",