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
- Vagrant
Provisioner Settings Extensions
Syntax
public static VagrantProvisionerSettings WithProvisioners(this VagrantProvisionerSettings settings, IEnumerable<string> provisioners)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
provisioners | IEnumerable |
List of provisioner names to run |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |