VMWare -> VMware

This commit is contained in:
Seth Vargo 2014-10-21 18:37:53 -04:00
parent d4b4420a94
commit 2f529d47e7
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ module Vagrant
# * BOX_NAME - The name of the box. This is a logical name given by
# the user of Vagrant.
# * PROVIDER - The provider that the box was built for (VirtualBox,
# VMWare, etc.).
# VMware, etc.).
# * metadata.json - A simple JSON file that at the bare minimum
# contains a "provider" key that matches the provider for the
# box. This metadata JSON, however, can contain anything.

View File

@ -6,7 +6,7 @@ require "log4r"
module Vagrant
# This represents a machine that Vagrant manages. This provides a singular
# API for querying the state and making state changes to the machine, which
# is backed by any sort of provider (VirtualBox, VMWare, etc.).
# is backed by any sort of provider (VirtualBox, VMware, etc.).
class Machine
# The box that is backing this machine.
#

View File

@ -12,7 +12,7 @@ providers.
The value to use for the `--provider` flag is `vmware_fusion` for VMware
Fusion, and `vmware_workstation` for VMware Workstation.
The Vagrant VMWare provider does not support parallel execution at this time.
The Vagrant VMware provider does not support parallel execution at this time.
Specifying the `--parallel` option will have no effect.
<p>