VagrantUpSettings.

InstallProvider Property

Summary

If the requested provider is not installed, Vagrant will attempt to automatically install it if it can. By default this is enabled.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Settings
Containing Type
VagrantUpSettings

Syntax

public Nullable<bool> InstallProvider { get; set; }

Value

Type Description
Nullable<bool>