This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
Instructs Vagrant to attempt to install the chosen provider if it is not installed.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Up Settings Extensions
Syntax
public static VagrantUpSettings InstallProvider(this VagrantUpSettings settings, bool install = true)
Parameters
Name | Type | Description |
---|---|---|
settings | VagrantUpSettings | The settings |
install | bool | true to enable automatic installation. By default this is enabled. |
Return Value
Type | Description |
---|---|
VagrantUpSettings | The updated settings object |