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 when bringing up the machine
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Up Settings Extensions
Syntax
public static VagrantUpSettings RunProvisioners(this VagrantUpSettings settings, bool run = true)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | VagrantUpSettings | The settings |
| run | bool | true to run provisioners |
Return Value
| Type | Description |
|---|---|
| VagrantUpSettings | The updated settings object |
