Skip to content

Commit

Permalink
Merge pull request jedi4ever#299 from joemiller/fedora16_timeout_incr…
Browse files Browse the repository at this point in the history
…ease

Increased ssh timeout on the fedora 16 recipes.
  • Loading branch information
jedi4ever committed Apr 28, 2012
2 parents 46cc91b + df5e8b2 commit f39acd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/Fedora-16-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:iso_download_timeout => 1000,
:boot_wait => "10", :boot_cmd_sequence => [ '<Tab> linux text biosdevname=0 ks=http://%IP%:%PORT%/ks.cfg<Enter><Enter>' ],
:kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg",
:ssh_login_timeout => "100", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
:ssh_login_timeout => "10000", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
:ssh_host_port => "7222", :ssh_guest_port => "22",
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
:shutdown_cmd => "/sbin/halt -h -p",
Expand Down
2 changes: 1 addition & 1 deletion templates/Fedora-16-x86_64/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:iso_download_timeout => 1000,
:boot_wait => "10", :boot_cmd_sequence => [ '<Tab> linux text biosdevname=0 ks=http://%IP%:%PORT%/ks.cfg<Enter><Enter>' ],
:kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg",
:ssh_login_timeout => "100", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
:ssh_login_timeout => "10000", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
:ssh_host_port => "7222", :ssh_guest_port => "22",
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
:shutdown_cmd => "/sbin/halt -h -p",
Expand Down

0 comments on commit f39acd9

Please sign in to comment.