VagrantUpSettingsExtensions.

RunProvisioners(VagrantUpSettings, bool) Method

Summary

Force the provisioners to run when bringing up the machine

Syntax

public static VagrantUpSettings RunProvisioners(this VagrantUpSettings settings, bool run = true)

Parameters

Name Type Description
settings VagrantUpSettings The settings
run bool true to run provisioners

Return Value

Type Description
VagrantUpSettings The updated settings object