]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding host parameter into tunnel::setup
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 18:29:54 +0000 (15:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 18:29:54 +0000 (15:29 -0300)
manifests/subsystems/tunnel.pp

index cdf62e038ae9c7f08550d6433ab7d605a32fb96a..da77d71ed60984948abeec1e68ba514c0067aa0f 100644 (file)
@@ -14,6 +14,7 @@ class tunnel {
       user        => $user,
       port        => $localport,
       hostport    => $hostport,
+      host        => $host,
       remote_host => $host,
       sshport     => $sshport,
     }