VagrantUpSettingsExtensions.

WithProvisioners(VagrantUpSettings, string[]) Method

Summary

This will only run the given provisioners when bringing up the machine

Syntax

public static VagrantUpSettings WithProvisioners(this VagrantUpSettings settings, params string[] provisioners)

Parameters

Name Type Description
settings VagrantUpSettings The settings
provisioners string[] Collection of provisioner names to run

Return Value

Type Description
VagrantUpSettings The updated settings object