VagrantProvisionerSettingsExtensions.

RunProvisioners(VagrantProvisionerSettings, bool) Method

Summary

Force the provisioners to run during the operation

Syntax

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

Parameters

Name Type Description
settings VagrantProvisionerSettings The settings
run bool true to run provisioners, false to skip

Return Value

Type Description
VagrantProvisionerSettings The updated settings object