VagrantUpSettingsExtensions.

InstallProvider(VagrantUpSettings, bool) Method

Summary

Instructs Vagrant to attempt to install the chosen provider if it is not installed.

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