Skip to content

Commit

Permalink
Merge pull request #31 from rocksolidlabs/master
Browse files Browse the repository at this point in the history
fixed yaml in docs to not have virutalbox providers named vsphere-1
  • Loading branch information
Scott Weiss committed May 21, 2016
2 parents eecfe38 + 7baf419 commit 43a375f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ providers:
datacenter: ha-datacenter
network: VM Network
virtualbox:
- name: vsphere-1
- name: my-vbox
adapter_name: vboxnet0
adapter_type: host_only
version: 0.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Ensure that each of the following are installed
```yaml
providers:
virtualbox:
- name: vsphere-1
- name: my-vbox
adapter_type: host_only
adapter_name: NEW_HOST_ONLY_ADAPTER
```
Expand Down

0 comments on commit 43a375f

Please sign in to comment.