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
Force the provisioners to run during the operation
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Provisioner Settings Extensions
Syntax
public static VagrantProvisionerSettings RunProvisioners(this VagrantProvisionerSettings settings, bool run = true)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Vagrant |
The settings |
| run | bool | true to run provisioners, false to skip |
Return Value
| Type | Description |
|---|---|
| Vagrant |
The updated settings object |
