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
This will only run the given provisioners when bringing up the machine
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Up Settings Extensions
Syntax
public static VagrantUpSettings WithProvisioners(this VagrantUpSettings settings, IEnumerable<string> provisioners)
Parameters
Name | Type | Description |
---|---|---|
settings | VagrantUpSettings | The settings |
provisioners | IEnumerable |
List of provisioner names to run |
Return Value
Type | Description |
---|---|
VagrantUpSettings | The updated settings object |