From: Silvio Rhatto Date: Sat, 29 May 2010 17:22:36 +0000 (-0300) Subject: Typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cae6404e88cf20820cbaeb010d39b3905ee2aaf9;p=puppet-autossh.git Typo --- diff --git a/templates/autossh-tunnel.erb b/templates/autossh-tunnel.erb index 0a552d8..5224197 100644 --- a/templates/autossh-tunnel.erb +++ b/templates/autossh-tunnel.erb @@ -26,7 +26,7 @@ SCRIPTNAME=/etc/init.d/$NAME # # AutoSSH configuration # -AUTOSSH_ARGS="-M <%= real_monitor_port %> -N -L <%= bind_address %>:<%= port %>:<%= host %>:<%= hostport %> <%= ssh_extra_options %> -p <%= ssh_port %> <%= real_remote_user %>@<%= remote_host %>" +AUTOSSH_ARGS="-M <%= real_monitor_port %> -N -L <%= bind_address %>:<%= port %>:<%= host %>:<%= hostport %> <%= ssh_extra_options %> -p <%= sshport %> <%= real_remote_user %>@<%= remote_host %>" <% if gatetime != 'absent' -%> AUTOSSH_GATETIME=<%= gatetime %> <% end -%>