From 65b22cccccc2bf55014f84ddde1c67b6c08b065d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 May 2010 14:15:30 -0300 Subject: Adding sshport parameter --- manifests/tunnel.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/tunnel.pp b/manifests/tunnel.pp index b4e7bdf..b10ae5a 100644 --- a/manifests/tunnel.pp +++ b/manifests/tunnel.pp @@ -5,6 +5,7 @@ define autossh::tunnel ( $port, $host = 'localhost', $hostport, + $sshport = '22', $remote_host, $remote_user = 'absent', $monitor_port = 'absent', -- cgit v1.2.3