This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Vagrant.
                            
	
		Summary
                Adds the given provisioners to run during the operation
            
		- Assembly
- Cake.Vagrant .dll 
- Namespace
- Cake.Vagrant .Settings 
- Containing Type
- VagrantProvisioner Settings Extensions 
Syntax
public static VagrantProvisionerSettings WithProvisioners(this VagrantProvisionerSettings settings, params string[] provisioners)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | Vagrant | The settings | 
| provisioners | string[] | Collection of provisioner names to run | 
Return Value
| Type | Description | 
|---|---|
| Vagrant | The updated settings object | 
