aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-29 14:15:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-29 14:15:30 -0300
commit65b22cccccc2bf55014f84ddde1c67b6c08b065d (patch)
tree05b901a00782cd9a671dfcf0767152730c8c3715 /manifests
parentfcad3473dd09ae8a42b5095001d721da1dd24f1a (diff)
downloadpuppet-autossh-65b22cccccc2bf55014f84ddde1c67b6c08b065d.tar.gz
puppet-autossh-65b22cccccc2bf55014f84ddde1c67b6c08b065d.tar.bz2
Adding sshport parameter
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tunnel.pp1
1 files changed, 1 insertions, 0 deletions
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',