Merge pull request #7215 from AdamGelder/patch-1
Updated configuration.html.md Typo
This commit is contained in:
commit
cdb9006654
|
@ -12,9 +12,9 @@ description: |-
|
||||||
The Vagrant Hyper-V provider has some provider-specific configuration options
|
The Vagrant Hyper-V provider has some provider-specific configuration options
|
||||||
you may set. A complete reference is shown below:
|
you may set. A complete reference is shown below:
|
||||||
|
|
||||||
* `vmname` (string) - Name of virtual mashine as shown in Hyper-V manager.
|
* `vmname` (string) - Name of virtual machine as shown in Hyper-V manager.
|
||||||
Defaults is taken from box image XML.
|
Defaults is taken from box image XML.
|
||||||
* `cpus` (integer) - Number of virtual CPU given to mashine.
|
* `cpus` (integer) - Number of virtual CPU given to machine.
|
||||||
Defaults is taken from box image XML.
|
Defaults is taken from box image XML.
|
||||||
* `memory` (integer) - Number of MegaBytes allocated to VM at startup.
|
* `memory` (integer) - Number of MegaBytes allocated to VM at startup.
|
||||||
Defaults is taken from box image XML.
|
Defaults is taken from box image XML.
|
||||||
|
|
Loading…
Reference in New Issue