From 9ed5ad613aceb941f476d9ca0bb1601beb9a7c3e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 May 2010 15:29:54 -0300 Subject: Adding host parameter into tunnel::setup --- manifests/subsystems/tunnel.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/subsystems/tunnel.pp') diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index cdf62e0..da77d71 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -14,6 +14,7 @@ class tunnel { user => $user, port => $localport, hostport => $hostport, + host => $host, remote_host => $host, sshport => $sshport, } -- cgit v1.2.3