Skip to content

Commit

Permalink
fixed syntax errors in ssh-tunnel recipe; replaced missing values wit…
Browse files Browse the repository at this point in the history
…h ''
  • Loading branch information
drnic committed Oct 24, 2010
1 parent 72b8800 commit 14b9b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/ssh_tunnel/recipes/default.rb
Expand Up @@ -24,12 +24,12 @@
# the path to the public key on the instance the tunnel is from
:ssh_public_key => '',
# the port that will be being forwarded
:connect_port => ,
:connect_port => '',
# the host on the remote side (or local side for a reverse tunnel)
# that the :connect_port will be forwarded to
:forward_host => '',
# the port on :forward_host that :connect_port will be forwarded to
:forward_port => ,
:forward_port => '',
# valid values: FWD, REV, DUAL. Determines what kind of tunnel(s) to create
# DUAL means create both a forward and reverse tunnel
:tunnel_direction => '',
Expand Down

0 comments on commit 14b9b25

Please sign in to comment.