mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
Adds two new options to the SSH connect configuration: `connect_retries` and `connect_retry_delay`. Provides user configurable values used when establishing the SSH connection. Previous behavior would retry generally by the default value without a pause between attempts. Updated behavior will retry the number of times set within the config (unless value is provided directly to connect call) and each retry will pause based on the delay value set in the config (unless value is provided directly to the connect call).
39 lines
671 B
JSON
39 lines
671 B
JSON
[
|
|
{
|
|
"title": "What is Vagrant?",
|
|
"path": ""
|
|
},
|
|
{
|
|
"title": "Vagrant vs. Other Software",
|
|
"routes": [
|
|
{
|
|
"title": "Overview",
|
|
"path": "vs"
|
|
},
|
|
{
|
|
"title": "CLI Tools",
|
|
"path": "vs/cli-tools"
|
|
},
|
|
{
|
|
"title": "Docker",
|
|
"path": "vs/docker"
|
|
},
|
|
{
|
|
"title": "Terraform",
|
|
"path": "vs/terraform"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Getting Started",
|
|
"href": "https://developer.hashicorp.com/vagrant/tutorials/get-started"
|
|
},
|
|
{
|
|
"title": "Contributing",
|
|
"path": "contributing-guide"
|
|
},
|
|
{
|
|
"title": "Support",
|
|
"path": "support"
|
|
}
|
|
]
|