From 7baf419a0c4a85d6cf1c5b08c3e6197b09b4ab63 Mon Sep 17 00:00:00 2001 From: Phenix Rizen Date: Sat, 21 May 2016 13:03:35 -0700 Subject: [PATCH] fixed yaml in docs to not have virutalbox providers named vsphere-1 --- docs/configure.md | 2 +- docs/getting_started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configure.md b/docs/configure.md index ed237662..b3c9201d 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -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 diff --git a/docs/getting_started.md b/docs/getting_started.md index e40f6b91..eb6d8924 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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 ```