diff options
-rw-r--r-- | manifests/subsystems/tunnel.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |