VagrantUpSettingsExtensions.

WithProvisioners(VagrantUpSettings, IEnumerable<string>) Method

Summary

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

Syntax

public static VagrantUpSettings WithProvisioners(this VagrantUpSettings settings, IEnumerable<string> provisioners)

Parameters

Name Type Description
settings VagrantUpSettings The settings
provisioners IEnumerable<string> List of provisioner names to run

Return Value

Type Description
VagrantUpSettings The updated settings object